Archive

Posts Tagged ‘connector’

Step by Step instructions for the Nagios connector

April 9th, 2013 3 comments

Often I receive questions about how to install the connector. Here is a short step by step installation instruction:

  1. Download the latest release (http://www.mbaeker.de/downloads/SCOM2Nagios_1.5.zip)
  2. Extract the archive
  3. Copy the “Release” folder to c:\
  4. rename it to scom2nagios
  5. Copy the “processing.xml” from documentation to c:\scom2nagios
  6. Start an administrative command shell
  7. change to c:\scom2nagios (cd /d c:\scom2nagios)
  8. start the Service Installer with "%systemroot%\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe" Nagios-SCOMConnector.exe (see the 1. screenshoot)
    clip_image002
  9. Register the connector to SCOM with Nagios-SCOMConnector.exe InstallConnector
  10. Edit Nagios-SCOMConnector.exe.config and change the ncsaPath (2. screenshoot)
    clip_image002[4]
  11. Edit the service “KIT Nagios Connector” to Restart on Failure (3. Screenshoot)
    clip_image002[6]
  12. Select the connector in the OpsMgr Console (Administration –> Product Connectos –> Internal Connector, 4. Screenshoot)
    clip_image002[8]
  13. Right click the conenctor and select Properties (Screenshot 5)
    clip_image002[10]
  14. Add a suitable subscription to the connector to send alerts to it.
    clip_image002[12]

SCOM2Nagios: FAQ: Where can you find the subscription settings?

May 13th, 2012 No comments

Hi, I had a question where you can find the settings for the automatic forwarded alerts to nagios in SCOM. You can find it here:

1. Administration Pane

2. Product Connectors –> Internal Connectors

3. Select the Nagios Connector

4. Properties

5. There you can add or edit subscription (the wizard is like the Notification Subscription Wizard)

Here is a screenshoot:

SCOM-NagiosConnector

SCCM 2012: Neuerungen

March 15th, 2012 No comments

Da ich momentan eine kleine Vortragsreihe zu Neuerungen in System Center 2012 halte, nutze ich die dabei herausgekommene Informationssammlung, um diese auch hier darzustellen:

Vereinfachter Site Aufbau:

  • Keine Primary Sites unter Primary Sites mehr möglich
  • Central Administration Site: kann genutzt werden, um mehrere Primary Sites zu verwalten
  • SCCM ist jetzt komplett Unicode basierend, d.h. Management Konsole kann in mehreren Sprachen genutzt werden, keine ICPs mehr notwendig
  • Replikation innerhalb der Hierarchie wird durch SQL Database Replication durchgeführt -> standardisierte Lösung, die schneller und robuster ist, als die alte filebasierte
  • Bandbreitenbegrenzung jetzt direkt mit Distribution Points möglich, d.h. keine extra Secondary Sites notwendig
  • Kein Mixed oder Native Mode mehr
  • Innerhalb einer Site unterschiedliche zentrale Clienteinstellungen möglich

Es gibt in 95% der Fälle keinen Grund mehr für weitere Primäre oder Sekundäre Sites in SCCM

Read more…

SCOM: Neue Management Packs Mitte Juli 2011

July 16th, 2011 No comments

Diesmal gibt es ein paar interessante neue Management Packs (MP). Dazu zählt das MP für das BitLocker Administration  and Monitoring (MBAM) aus dem Microsoft Desktop Optimization Pack (MDOP) und das MP für das CRM 2011.

Auch das Self Service Portal 2.0 hat jetzt ein MP bekommen:

Neue Management Packs im Zeitraum zwischen 26.06.2011 und 16.07.2011

SCOM2Nagios 1.4

April 12th, 2010 22 comments

Find the newest version on top of: http://www.mbaeker.de/tag/scom2nagios/

Released a new Version of the SCOM2Nagios Connector. Changes:

1.4

* NEW: variables for processing instruction
* NEW: change case of output (upper/lower)
* BUG: no crash if scom connection is lost
* BUG: no longer needs fullpath in config

Example:

<instruction>
<input field=”path” compare=”containsIgnoreCase”>mcscom</input>
<output field=”host” case=”upper”>$path</output>
</instruction>

If path contains mcscom than replace the host in the output with the upper case of the ObjectFullPath variable of the input alert.

Possible replacement variables:

path, netbios, fullname, severity, state, name, description, alertid

Download: SCOM2Nagios (784)

SCOM2Nagios 1.3

December 6th, 2009 No comments

Find the newest version on top of: http://www.mbaeker.de/tag/scom2nagios/

I have uploaded a release of the Nagios Connector 1.3. You can read about the changes in this post:

http://www.mbaeker.de/2009/10/preinfo-nagios2scom-1-3/
I have only made some short and fast tests. So be cautious.

Download: SCOM2Nagios (141)

OpenUMR – Cross Monitoring Integrator

October 28th, 2009 1 comment

If you not only want to connect OpsMgr to Nagios with my connector but other management systems to OpsMgr than the OpenUMR can perhaps help you.

It does more than just creating  alerts in SCOM: it even creates the correct objects for the alerts.

More infos: http://openumr.codeplex.com/

SCOM2Nagios 1.2

July 30th, 2009 30 comments

Find the newest version on top of: http://www.mbaeker.de/tag/scom2nagios/

Attached is the new version of the SCOM2Nagios Connector.

There is just one small thing changed:

You can now define the OK message in config file. So no more german status messages in your nagios :-)

And thanks to Thomas Karatzoglou we now have an english installation instruction in the file.

Download Link: SCOM2Nagios (253)

FB_Addon_TelNo{ height:15px !important; white-space: nowrap !important; background-color: #0ff0ff;}

SAP2SCOM Connector

July 21st, 2009 2 comments

Momentan bin ich daran einen einfachen SAP2SCOM Connector zu entwickeln. Leider stellt sich die Informationsrecherche im SAP Umfeld für mich als relativ schwierig dar. Daher: Falls jemand ebenfalls mal in diesem Umfeld etwas machen darf, hier zwei relevante Links:

Für Visual Studio 2003 gibt es einen SAP .NET Connector um auf BAPI und Webservices von SAP  zuzugreifen. Für neuere Versionen gibt es diesen nicht mehr. Trotzdem mach dieses Add-On die Entwicklung einfacher, da es die komplette Komplexität kapselt. Möchte man dies also heute noch nutzen, dann gibt es unter  http://www.codeproject.com/KB/dotnet/Connect_SAP_from_VS2008.aspx eine Anleitung dazu.

Für die Extraktion der Alert Informationen aus dem CCMS von SAP habe ich nur wenige Informationen gefunden. Das beste Dokument natürlich erst als dieser Teil schon fast abgeschlossen war: External Interface for Alert Management.

SCOM2Nagios Version 1.1

July 13th, 2009 2 comments

Find the newest version on top of: http://www.mbaeker.de/category/tools/scom2nagios/

Anbei die Version 1.1 des Nagios Connectors. Er beinhaltet nur geringe Änderungen:

  • Ausgabe der Versionsnummer in der Logdatei
  • Detailliertere Logausgaben
  • Fehler beim zweiten Nagios Server: er wurde in jedem Fall aufgerufen

Download: SCOM2Nagios_1.1