Tagged Questions
0
votes
1answer
504 views
Nagios plugin script not working as expected
I have modified an off-the-shelf Nagios plugin perl script to (in theory) return a one or zero according to the existence, or not, of a file on a remote linux server. The script runs a remote ssh ...
1
vote
1answer
386 views
openQRM nagios password reset
Right so,
basically the story is that to test a XenServer environment from citrix I deployed a openQRM install from SVN to a ubuntu 10.4 install (on a ESX Environment)
All went well installs, I can ...
4
votes
5answers
2k views
Is there a Nagios plugin that uses Nmap and does port checking?
I need to monitor open and closed ports on dozens of hosts. I've found a Nagios plugin that does what I need, but I would have to use this script through NRPE.
Some of the hosts are powered by Linux ...
2
votes
1answer
182 views
Is there a Nagios plugin that enables you to specify the referrer URL when checking a URL?
I want to monitor site A that only accepts requests for a certain URL if the requests originate from site B. I know Wget has an option of downloading content protected by referrer like so
wget ...
3
votes
4answers
532 views
Are there any nagios plugins or tools for viewing performance reports in a cool way?
We have Nagios monitoring our web servers, mail servers and network devices, I was wondering if anyone would recommend a good plugin or tool that uses Nagios data to create clear perfomance reports on ...
1
vote
2answers
1k views
How to use the Nagios check_disk plugin with autofs?
I've been using check_disk without problems until yesterday to check the free space in some partitions.
Now we just added a NAS service from our hosting and I could mount it without problems, and, ...