Search found 9 matches

by ichayan
Mon Oct 27, 2014 3:47 am
Forum: Nagios XI
Topic: Difining a new service in nagios
Replies: 6
Views: 1566

Re: Difining a new service in nagios

got it working changed the nsc.ini [/settings/external scripts/scripts] check_win_cert=cmd /c echo scripts\nm-check-certificate-expiration.ps1; exit $LastExitCode | powershell.exe -command - to [External Scripts] check_win_cert=cmd /c echo scripts\nm-check-certificate-expiration.ps1; exit $LastExitC...
by ichayan
Mon Oct 27, 2014 2:52 am
Forum: Nagios XI
Topic: Difining a new service in nagios
Replies: 6
Views: 1566

Re: Difining a new service in nagios

Thank you for the replies, didn't have access to systems over weekend. Tried it this morning but I am getting error when I test the command in the web interface. COMMAND: /usr/local/nagios/libexec/check_nrpe -H lync.mydomain.com -p 5666 -t 60 -c check_win_cert OUTPUT: UNKNOWN: No handler for that co...
by ichayan
Fri Oct 24, 2014 11:35 am
Forum: Nagios XI
Topic: Difining a new service in nagios
Replies: 6
Views: 1566

Re: Difining a new service in nagios

Thank you for your early reply. How do I do step 3?
by ichayan
Fri Oct 24, 2014 6:52 am
Forum: Nagios XI
Topic: Difining a new service in nagios
Replies: 6
Views: 1566

Difining a new service in nagios

Hi All I am quiet a beginner in nagios. I have found a powershell script to check the certificate expiry on windows machine. And it works directly on the machine. I found the script here http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows/Certificate-Expiration-Check/details http:...
by ichayan
Tue Oct 21, 2014 4:25 am
Forum: Nagios XI
Topic: How to update VMware Monitoring Wizard
Replies: 9
Views: 1660

Re: How to update VMware Monitoring Wizard

@Box293 Thank you very much. This was the first thing I tried. for some reason it didn't work. But having tried it now, it works. For the future reference of someone like me I have removed the extra moves "mv" from the middle of the commands mv /usr/local/nagios/libexec/check_esx3.pl /usr/...
by ichayan
Mon Oct 20, 2014 4:08 pm
Forum: Nagios XI
Topic: How to update VMware Monitoring Wizard
Replies: 9
Views: 1660

Re: How to update VMware Monitoring Wizard

Hi
I have tested this and that illegal division by zero is not there. But when I run the command with esx3.pl that error reappears.

TIA
by ichayan
Mon Oct 20, 2014 7:20 am
Forum: Nagios XI
Topic: How to update VMware Monitoring Wizard
Replies: 9
Views: 1660

Re: How to update VMware Monitoring Wizard

Thank you for your reply. Could you please help? How do I upgrade the plugin? (put check_esx3-0.5.pl this instead of the current one) . Do I need to reconfigure the monitoring services?

Thanks in advance
by ichayan
Tue Oct 14, 2014 6:25 am
Forum: Nagios XI
Topic: How to update VMware Monitoring Wizard
Replies: 9
Views: 1660

Re: How to update VMware Monitoring Wizard

Hi Thank you for your kind reply details are as follows [root@nagiosxi ~]# /usr/local/nagios/libexec/check_esx3.pl -V check_esx3.pl 0.2.0 Service description: Datastore usage for VMHost /usr/local/nagios/libexec/check_esx3.pl -H hostname.com -f /usr/local/nagiosxi/etc/components/vmware/hostname_com_...
by ichayan
Mon Oct 13, 2014 3:25 am
Forum: Nagios XI
Topic: How to update VMware Monitoring Wizard
Replies: 9
Views: 1660

How to update VMware Monitoring Wizard

Hi I am receiving an error as shown below. I found the information and the updated script from the link http://support.nagios.com/forum/viewtopic.php?f=16&t=27385&p=100171#p100171 I updated the plugin via the web interface but the problem still persist. Can some one guide me how to update th...