Search found 4 matches
- Mon Jun 25, 2012 9:11 pm
- Forum: Nagios XI
- Topic: Require Plugin that Works with digest authentication
- Replies: 1
- Views: 1383
Require Plugin that Works with digest authentication
Hi I'm using the current version of Nagios and it works great except for trying to monitor a web page on a Tomcat server using digest authentication. I have been using check_http for pages using basic auth and it works fine, but I keep getting 401 errors with the web page protected with digest authe...
- Wed May 16, 2012 11:19 am
- Forum: Open Source Nagios Projects
- Topic: how to configure plugin in Nagios ?
- Replies: 7
- Views: 3941
Re: how to configure plugin in Nagios ?
Yes, that was very helpful. From the error message I received I was able to determine the need for 2 Perl libs. First I had to install atrpms-75-1.noarch.rpm and then perl-XML-XPath-1.13-6.el5.noarch.rpm. Turns out I did not need to elevate the nagios Id to sudo, change the file owner from nagios to...
- Wed May 09, 2012 3:09 pm
- Forum: Open Source Nagios Projects
- Topic: how to configure plugin in Nagios ?
- Replies: 7
- Views: 3941
Re: how to configure plugin in Nagios ?
Here is what I have done so far but I’m still getting the following errors in the log file no matter what I try. May 7 15:22:04 vm16401 nrpe[31288]: Host is asking for command 'check_tomcat8080' to be run... May 7 15:22:04 vm16401 nrpe[31288]: Running command: /usr/local/nagios/libexec/check_tomcat....
- Mon May 07, 2012 1:50 pm
- Forum: Open Source Nagios Projects
- Topic: how to configure plugin in Nagios ?
- Replies: 7
- Views: 3941
Re: how to configure plugin in Nagios ?
I already have Nagios setup and working with plugins, and I want to install the tomcat plugin check_tomcat.pl What are the steps to installing / using the check_tomcat.pl file? Where do I put the file? Do I need to restart Nagios on the remote computer? Are there any commands I need to run in order ...