There are quite a few nice nagios nrpe_nt plugins (vbs scripts) released by GroundWork, since 2006 they have been working and improving these set of plugins. Those scripts are very well written and they can be enhanced for your own […]
Exchange MailBox Count nagios plugin
A simple Nagios plugin to get the total number of current mailboxes exists in Exchange 2003 sever. requires NRPE_NT to be installed and command must be defined. more info how to setup here. Download
Get Local Admins
Remotely Get Local Admins Users inside Administrators group, for Workstations Also tests the connectivity, it gets computers from AD object type “computer” and it prints out a nice report. ‘Remotely Get Local Admins Users inside Administrators group, for […]
Service Desk ticket automatization script
I wrote yet another plugin for Nagios that allow the dynamic and automtization of ticket creation.The script is still under development but it does work, at least on my test with Unicenter Service Desk 11. ‘Auto create Tickets into Unicenter […]
Check Exchange Mailbox Size
Check_mboxsize.ws Another Nagios plugin. One of my hardest to write. Note that this will require the Nagios Plugin Service to run as a Administrator Account (local system account) will not work! Script example: …nagios/libexec# ./check_nrpe -H SERVER114 -t 90 -u […]
Change the Service Account
Well as I posted bellow about the bug in NRPE_NT, it result I will have to change all my Nagios Plugins service set to a different account, the code bellow is how I will be doing this. I used the […]
NRPE_NT remote installation
. . If you ever had to manage a multi Domain where every time you need to execute even a batch file you would have to authenticate… Well I do use psexec.exe but since I had many problems where it […]