[Nagios-users] Nagios Graph not displaying correct values

2011-12-13 Thread James Osbourn
I have a weird situation where the Nagios Graph values are not the actual values for a filesystem Eg I have a filesystem and if I run a df I get $ df -h . FilesystemSize Used Avail Use% Mounted on filer01:/vol/data1443G 400G 44G 91% /mnt/filer01_data1 If I run the Nagios

Re: [Nagios-users] Nagios Graph not displaying correct values

2011-12-13 Thread Claudio Kuenzler
Some of the default Nagiosgraph map entries are strange and behave not as expected. I basically replaced all the existing entries by own ones. If you like you can use the following one: # Service Type: check_disk # Nagiosgraph regex by Claudio Kuenzler # Check: /usr/lib/nagios/plugins/check_disk

Re: [Nagios-users] SELinux and RHEL6.2 preventing disk checks via NRPE

2011-12-13 Thread Trond Hasle Amundsen
Dennis Kuhlmeier kuhlme...@riege.com writes: Geez, there are a lot more contexts set than I thought. I should probably remove duplicate entries, right? The labels in /etc/selinux/targeted/contexts/files/file_contexts is there by default and these should not be touched. The file

[Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Jonathan Aquilina
hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration file (check the permissions)! i did some googling and game up with http://www.nagiosql.org/forum/installation-issues/195-permissions.html should i have some template config files

Re: [Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Mike Guthrie
On 12/13/2011 10:11 AM, Jonathan Aquilina wrote: hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration file (check the permissions)! Take a look at the permissions on the files in the nagios/etc directory. Apache needs RWX permissions

Re: [Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Jonathan Aquilina
On 13/12/2011 17:24, Mike Guthrie wrote: On 12/13/2011 10:11 AM, Jonathan Aquilina wrote: hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration file (check the permissions)! Take a look at the permissions on the files in the nagios/etc

[Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread moses neah
Hi all, Where can I find a plugin to monitor cisco routers memory. I got the one that monitors CPU, fan and temperature. -- Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive

Re: [Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Mike Guthrie
On 12/13/2011 10:31 AM, Jonathan Aquilina wrote: On 13/12/2011 17:24, Mike Guthrie wrote: On 12/13/2011 10:11 AM, Jonathan Aquilina wrote: hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration file (check the permissions)! Take a look

Re: [Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Jim Avery
On 13 December 2011 16:11, Jonathan Aquilina eagles051...@gmail.com wrote: hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration file (check the permissions)! i did some googling and game up with

Re: [Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread Jim Avery
On 13 December 2011 16:41, moses neah mssn...@yahoo.com wrote: Hi all, Where can I find a plugin to monitor cisco routers memory. I got the one that monitors CPU, fan and temperature. I haven't tried it myself, but this one should do the trick:- http://nagios.manubulon.com/snmp_mem.html

Re: [Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread Jonny Mosco
Nagios exchange. http://exchange.nagios.org/ You can use check_snmp as well. On Tue, Dec 13, 2011 at 11:41 AM, moses neah mssn...@yahoo.com wrote: Hi all, Where can I find a plugin to monitor cisco routers memory. I got the one that monitors CPU, fan and temperature.

Re: [Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Jonathan Aquilina
On 13/12/2011 17:40, Mike Guthrie wrote: On 12/13/2011 10:31 AM, Jonathan Aquilina wrote: On 13/12/2011 17:24, Mike Guthrie wrote: On 12/13/2011 10:11 AM, Jonathan Aquilina wrote: hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration

Re: [Nagios-users] permissions issues with nagiosql

2011-12-13 Thread Jonathan Aquilina
On 13/12/2011 17:46, Jim Avery wrote: On 13 December 2011 16:11, Jonathan Aquilinaeagles051...@gmail.com wrote: hey guys im having permissions issues and getting the following message Cannot open/overwrite the configuration file (check the permissions)! i did some googling and game up with

[Nagios-users] Custom perl plugin doesn't work

2011-12-13 Thread Zach La Celle
The error, when I attempt to run it from the monitoring machine, is: NRPE: Command 'blah' not defined The command IS defined in /etc/nagios/nrpe.cfg on the target machine. The command is ALSO defined in /etc/nagios-plugins/config/blah.cfg on the target machine. I restarted nagios-nrpe-server

Re: [Nagios-users] Custom perl plugin doesn't work

2011-12-13 Thread mail
On Tue, Dec 13, 2011 at 4:46 PM, Zach La Celle lace...@roboticresearch.comwrote: The error, when I attempt to run it from the monitoring machine, is: NRPE: Command 'blah' not defined The command IS defined in /etc/nagios/nrpe.cfg on the target machine. The command is ALSO defined in

Re: [Nagios-users] Custom perl plugin doesn't work

2011-12-13 Thread Zach La Celle
I'm not sure exactly what you mean. On the monitor machine, there's only the blah.cfg file in '/etc/nagios-plugins/config/blah.cfg'. I didn't even think that this was necessary, since it's really just running check_nrpe_1arg (which is defined in /etc/nagios-plugins/config/check_nrpe.cfg) and

Re: [Nagios-users] Nagios Cluster with Load Balancing and High Availability

2011-12-13 Thread Aravind M D
Quoting Andreas Ericsson a...@op5.se: On 08/26/2011 11:05 AM, Aravind M D wrote: Hi I need to configure two physical servers as active-active cluster and configure Loadbalancing with High availabiltiy for Nagios. Can somebody help me how to achieve this. I have checked

Re: [Nagios-users] How to monitor memory on cisco router

2011-12-13 Thread Claudio Kuenzler
I've made good experience with check_cisco.pl by Ran Leibman: https://github.com/ranl/IT/blob/master/Nagios/check-cisco.pl You have to be aware though, that by default the memory check works backwards - meaning you must define at how many percent of memory _LEFT_ you want the warning. But it's