Search found 8 matches
- Thu Mar 28, 2013 11:42 pm
- Forum: Open Source Nagios Projects
- Topic: Plugin getting into uninterruptable sleep state
- Replies: 1
- Views: 910
Plugin getting into uninterruptable sleep state
Hello all! I have 2 machines in a cluster. I have installed Nagios on both the machines. I have considered one machine as the monitoring server and installed NRPE as a plugin here. Another machine (called the remote host) is monitored by the server and I have installed NRPE as a daemon here. Everyth...
- Thu Mar 28, 2013 11:19 pm
- Forum: Open Source Nagios Projects
- Topic: How is NDOUtil updated?
- Replies: 3
- Views: 1175
Re: How is NDOUtil updated?
According to my setup, I want to monitor two remote machines from the server machine. Imagine I have not installed NRPE in any of these machines. And I have installed Nagios on all these machines. So now first I have to gather details from remote machines to the server machine and then should copy t...
- Thu Mar 28, 2013 11:09 pm
- Forum: Open Source Nagios Projects
- Topic: How to avoid unnecessary service structure in status.dat
- Replies: 3
- Views: 1529
Re: How to avoid unnecessary service structure in status.dat
Yes. My remotehosts also have status.dat files. Status.dat file is not very large. It contains totally 9 services. And not all these services in remotehost status.dat files get copied onto the server status.dat file. Only the services specified in NRPE (the services executed on the remotehost by the...
- Thu Mar 28, 2013 12:14 am
- Forum: Open Source Nagios Projects
- Topic: How to avoid unnecessary service structure in status.dat
- Replies: 3
- Views: 1529
How to avoid unnecessary service structure in status.dat
Hello all! I installed nagios and check_nrpe to monitor the hosts and services associated with them in my cluster with 3 nodes. I have considered one of them as the monitoring server. Now, I want to monitor two of the services in one remotehost once in 2hrs and keep all others have the default check...
- Wed Mar 27, 2013 11:09 pm
- Forum: Open Source Nagios Projects
- Topic: How is NDOUtil updated?
- Replies: 3
- Views: 1175
How is NDOUtil updated?
Hello all! I installed Nagios to monitor the hosts and services associated with them in a cluster with 3 nodes. I have considered one of them as the monitoring server. As of now, I have added few plugins to monitor some required services. I am using check_nrpe to gather data from remote hosts. After...
- Wed Mar 27, 2013 10:59 pm
- Forum: Open Source Nagios Projects
- Topic: Managing different frequencies for plugins
- Replies: 1
- Views: 857
Managing different frequencies for plugins
Hello! I want some static data (like the IP address of remote machine, memory capacity etc.) to be fetched only when I require them from the nagios web interface along with monitoring dynamic things. I have three nodes in my cluster and I have considered one of them as the monitoring server. I insta...
- Sat Mar 09, 2013 1:38 am
- Forum: Open Source Nagios Projects
- Topic: Adding a cgi file to nagios
- Replies: 3
- Views: 2467
Re: Adding a cgi file to nagios
I made the following two changes to cgi/Makefile.in (before I configured and compiled according to http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html) 1) I included 'jobs.cgi' in the below line. CGIS=avail.cgi cmd.cgi config.cgi extinfo.cgi history.cgi notifications.cgi jobs.cgi outages.c...
- Fri Mar 08, 2013 6:50 am
- Forum: Open Source Nagios Projects
- Topic: Adding a cgi file to nagios
- Replies: 3
- Views: 2467
Adding a cgi file to nagios
Hello, I want to add a cgi file to Nagios. I wrote a C program referring the other programs I found inside /cgi folder and kept it in the same location. I modified Makefile.in (added lines for my cgi file) and then configured and compiled using make all (according to nagios installation guides). But...