How to configure NC_NET execute a vbs script I was used to the simplicity of NRPE_NT, where things are much easier and straight forward. I am now tring NC_NET wich for startes requires Framework 2.0 and a server reboot to […]
Enumerate exchange mailboxes script
I had already written a simillar script, that would go thru an entire Cluster and SGs, these one implements same theory but it is more flexible and easy to use. Basically you will get 3 types of info and all […]
Enumerate all IIS websites script
These script can be usefull when we want to know or map where are all our websites located. It is also capable of querying remote servers like getAllWebSistesIIS.vbs WEB2 I did like getAllWebSistesIIS.vbs WEB2 >> web2sites.txt and then I imported […]
NRPE_NT Plugins
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 login plugin
This plugins uses a script called check_counter_rawcount.vbs developed by Dr. Dave Blunt at GroundWork Open Source Inc. I used it to grab WMI performance counter information but the script itself allows many more “performance counters” to be used. The script […]
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 […]