Search found 46 matches

by srikgali
Fri Jul 21, 2017 2:15 pm
Forum: Nagios XI
Topic: check_esx3.pl is working for all services except datastore
Replies: 5
Views: 2871

Re: check_esx3.pl is working for all services except datasto

It is resolved after upgrading the plugin, thanks for your help
by srikgali
Thu Jul 20, 2017 4:06 pm
Forum: Nagios XI
Topic: check_esx3.pl is working for all services except datastore
Replies: 5
Views: 2871

Re: check_esx3.pl is working for all services except datasto

When we checked the permissions, I can see all datastores from the user. so it should not be permission issue. do you find anything with the error message from nagios. Error: CHECK_ESX3.PL CRITICAL - Undefined subroutine &Nagios::Plugin::Functions::max_state called at /usr/local/nagios/libexec/c...
by srikgali
Wed Jul 19, 2017 10:36 am
Forum: Nagios XI
Topic: Check URL post authentication from Nagios
Replies: 3
Views: 2685

Re: Check URL post authentication from Nagios

This is not basic authentication, this is like post authentication as mentioned in my previous question.
by srikgali
Wed Jul 19, 2017 10:34 am
Forum: Nagios XI
Topic: check_esx3.pl is working for all services except datastore
Replies: 5
Views: 2871

check_esx3.pl is working for all services except datastore

We are using check_esx3.pl plugin for ESX host monitoring. Which is working fine for all other services like cpu , memory etc but i am having issue with datastore usage service. error follows [nagios@Nagios hostname ~]$ /usr/local/nagios/libexec/check_esx3.pl -H "esx hostname.com" -f "...
by srikgali
Mon Jul 17, 2017 2:57 pm
Forum: Nagios XI
Topic: Check URL post authentication from Nagios
Replies: 3
Views: 2685

Check URL post authentication from Nagios

I have the URL, after we open the URL in the browser, it asks user name & password to login to the website, then administer it. Ex url: https://www.chase.com/ after opening the chase url, i need to give user name & password, to login to my account, So here we have one our internal website, p...
by srikgali
Mon Jul 17, 2017 1:45 pm
Forum: Nagios XI
Topic: check_open_files.pl plugin not working/ not taking threshold
Replies: 6
Views: 1625

Re: check_open_files.pl plugin not working/ not taking thres

I got the solution, it is checking the file in/proc filesystem for max open files. so i gave thresholds according to it.

thanks.
by srikgali
Fri Jun 23, 2017 8:59 am
Forum: Nagios XI
Topic: check_open_files.pl plugin not working/ not taking threshold
Replies: 6
Views: 1625

Re: check_open_files.pl plugin not working/ not taking thres

Thanks for your reply, the plugin version that i am using.

[root@wsvmlnlhp01 libexec]# ./check_open_files.pl --version
v$Revision: 1.1 $ (nagios-plugins 2.0.3)

So I do need to calculate what threshold i need to set, This is plugin is working as expected in AIX.
by srikgali
Fri Jun 23, 2017 8:38 am
Forum: Nagios XI
Topic: check_open_files.pl plugin not working/ not taking threshold
Replies: 6
Views: 1625

check_open_files.pl plugin not working/ not taking threshold

I can not able to use check_open_files.pl plugin in RHEL 6.8 , I getting below error [root@<hostname> libexec]# ./check_open_files.pl -w 500 -c 1000 OK: open files (2176) is below threshold (1933510/3867020)|open_files=2176;1933510;3867020 even though i gave warning threshold 500 & critical 1000...
by srikgali
Tue Oct 04, 2016 1:52 pm
Forum: Nagios XI
Topic: How to check nrpe service status/start/stop under xinetd?
Replies: 4
Views: 4009

Re: How to check nrpe service status/start/stop under xinetd

Thanks for your reply, but i am not sure how to start/stop nrpe under xinetd.