Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

dceola

Reviews(5)
bydceola, July 25, 2013
Script was fairly easy to setup; hardest part was getting the VMWare SDK/API for Perl to install properly.

Question: Is there a way to change the script such that the output to Nagios doesn't include the name of the script (in all caps) directly before the returned status?

All of my check results look like:
CHECK_ESX.PL OK - ...

I'd like to not have the check_esx.pl bit first. Note, this is the name of the script on my system as I renamed from what it's downloaded as for my ease of use
check_hp_bladechassis
Just configured this script (July 25 2013) to monitor my two BLC3000 units. Appears to work!

nagios@occ-nagios:/usr/local/nagios/libexec$ ./check_hp_bladechassis -H 192.168.22.14 -C Public -i -v -s -e
OK - System: 'BladeSystem c3000 Enclosure', SN: 'MySNRemoved', Firmware: '2.25', hardware working fine, 4 blades, 3 i/o modules
bydceola, November 13, 2012
check_sharepoint.pl
This plugin works very well. I'm currently using it to monitor all of my SharePoint site collections as well as our MS CRM site. It works great for any page that requires NTLM authentication.

I've actually been wondering if there is a way to 'convert' this script to a windows friendly exe, in order to run it from a few client side systems through nsclient++. I've tried a few things myself but it kept coming back to not being able to get CURL installed on windows...
bydceola, September 23, 2011
Teeny Nagios
Hi,

I like the interface of this app, but my hosts are not being color-coded to match their status. Also, is there any way to make it Only show Down or critical hosts/services? With a few hundred hosts, it is hard to view everything.
bydceola, April 28, 2011
2 of 2 people found this review helpful
SNMP Printer Check
Any chance someone can share their service definition and command definition lines for this? I'm having trouble configuring them correctly.
Owner's reply

Your command definition should look like this:

define command {
command_name check_printer
command_line $USER1$/check_printer $HOSTADDRESS$ $ARG1$ $ARG2$
}