Search found 6 matches
- Sat Nov 03, 2012 7:59 am
- Forum: Open Source Nagios Projects
- Topic: NRPE/nagios-plugins: Compiling with --enable-perl-modules ?
- Replies: 0
- Views: 1644
NRPE/nagios-plugins: Compiling with --enable-perl-modules ?
Hi, I need to install NRPE with nagios-plugins on Ubuntu 12.04 i386 (32bits). I got the recommendation to use the option –enable-perl-modules but I have problems with that. What is needed on the host where I try to compile the code? I assume perl is needed but are there some specific modules? In suc...
- Mon Jun 25, 2012 5:26 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE: Check disc strategy - what should be monitored?
- Replies: 1
- Views: 877
NRPE: Check disc strategy - what should be monitored?
Hi, I want to monitor my Linux servers using NRPE. Based on the info from a typical server can be seen below. What should I monitor? Should I run separate check for: / /opt /usr Or is it enough with just running a check for: / Any comments what is important to consider before deciding how the partio...
- Thu Jun 21, 2012 6:14 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Monitor network connectivity from host?
- Replies: 7
- Views: 5343
Re: NRPE: Monitor network connectivity from host?
Aha... First of all thanks for the input! On the Remote Linux Host: command[check_ping]= /<path>/plugins/check_ping -H $ARG1$ -w 200,30% -c 300,40% -p 3 On Monitoring Host I can now run: [nrpeuser@suse-linux ~]$ /<path>/plugins/check_nrpe -H 10.2.11.142 -c check_ping -a 10.16.0.1 But what you mentio...
- Wed Jun 20, 2012 5:26 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE: Monitor network connectivity from host?
- Replies: 7
- Views: 5343
Re: NRPE: Monitor network connectivity from host?
Hi, Thanks for good answers! It sounds wiser to go with check_ping... I have defined the command in the contrib.cfg file as: command[check_ping]=/<path>/plugins/check_ping -H 10.3.1.20 -w 200,40% -c 300,50% Then I can run this command as nrpeuser: nrpeuser@suse-server:/> /<path>/nrpe/libexec/check_n...
- Wed Jun 20, 2012 6:07 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Monitor network connectivity from host?
- Replies: 7
- Views: 5343
Re: NRPE: Monitor network connectivity from host?
Hi! Thanks. Great doc. As nrpeuser I can execute for instance the check_ntp as below. nrpeuser@suse-server:/<path>/plugins> ./check_ntp -H 127.0.0.1 NTP OK: Offset -1.311302185e-06 secs|offset=-0.000001s;60.000000;120.000000; But I am not allowed to to do the check_icmp command. nrpeuser@suse-server...
- Tue Jun 19, 2012 2:54 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE: Monitor network connectivity from host?
- Replies: 7
- Views: 5343
NRPE: Monitor network connectivity from host?
Hi, I have a Linuxserver with an NRPE client installed. I want that NRPE client being able to ping serveral other IP-adresses. This to check that the network connectivity is ok from the actual host. I run the agent as a special nrpeuser and not as root. Maybe this is really easy, but I am new to the...