Page 1 of 1

Monitoring Microsoft SCCm Inboxes with Nagios

Posted: Mon Dec 17, 2012 6:08 am
by twelsh
Hi All,

I have been asked to monitor Microsoft SCCM inboxes from Nagios.

Has anyone done this?

All the check needs to do is count how many inboxes have more than a particular threshold that should be checked on the command line.

The couple off attempts I have tried both take excessive amounts off time to return a value for the directory tree.

Any assistance gratefully received

Regards

Tom

Re: Monitoring Microsoft SCCm Inboxes with Nagios

Posted: Mon Dec 17, 2012 10:38 am
by sreinhardt
Unfortunately, I do not believe this has been done as of yet, or at least the results have not been published if it has. My initial thought would be a fairly easy powershell script to be executed by nsclient or another local client, or an active check from the nagios server querying wmi. I would think you would have better results with the local powershell script, but maybe that's just my bias for the language.