
When monitoring ESX hosts using the check_vmware_esx plugin we started noticing a lot of “script time out” errors and the checks going to “Unkown” state even know the default timeout …
System Administrator
When monitoring ESX hosts using the check_vmware_esx plugin we started noticing a lot of “script time out” errors and the checks going to “Unkown” state even know the default timeout …
I have a custom script to generate monthly reports about Hosts and Services.
The syntax is pretty simple:
/usr/local/nagios/libexec/report.pl –email=emailme@gmail.com –type=monthlyservice –debug=1
I usually add …
When importing services.cfg from nagios2 to nagios3 with Centreon there are few parameters that must exist,
one of them is service_description. In a project I had to import almost 4 …
I am in a project to import over 600 servers from old nagios 2.0 to nagios 3.0 / Centreon.
So the sysadmins here do not put the address field inside …
Reinstall Perl in ESX
Error: Can’t locate VMware/VmPerl.pm
#vmare-cmd stop working along with all scripts that depend on VMware.pm module.
For some reason my perl VMWare::Perl stoped working, so I …
Need to check for open relay servers, here is the script I wrote in perl to auto check from a list of IPs or Hostnames.
The hardest part was to …