Re: [Nagios-users] Nagios email notifications

2009-12-02 Thread akp geek
Thank you.. It worked fine. I used the mailx instead of mail. If I use mail -s , subject is missing in the notification Regards On Tue, Dec 1, 2009 at 5:18 PM, Martin Melin wrote: > The command definition for your notification command is where you want to > look. It probably pipes a big echo i

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-12-02 Thread Kevin Keane
In addition, I notice a mismatch in the Disk service with the corresponding check_disk command definition. The check_disk command is configured to require three arguments, but the service only supplies a single argument (and a wrong one at that - the first argument should be a warning level, no

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-12-02 Thread Greg Pangrazio
The commands as you have them defined execute the check commands on the local machine. First you need to verify that in the nrpe config on the remote hosts you have the check users command defined. Then you need to define a command on the monitoring station similar to define command{ command_nam

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-12-02 Thread Juki
Hi Greg, My configuration is as below; *For host definition;* define host{ host_name emm4 use generic-host alias Old BGW address 10.151.28.32 check_command check-host-alive

Re: [Nagios-users] Time Conversion Bug (Was: no email notifications sent)

2009-12-02 Thread Eric Emerson
Hi, Have not seen anything on this in a bit, is there patch available for this (Version 3.1.2)? I would hate to hit this again next year :) Take it Easy Eric On Tue, Nov 3, 2009 at 8:09 AM, Ton Voon wrote: > Hi Albrecht, > > On 3 Dec 2008, at 20:01, Albrecht Dreß wrote: > > > Am 01.12.08 21:59 s

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-12-02 Thread Greg Pangrazio
Without your config file I cannot be sure, but likely the services are either using the wrong command ie not the nrpe version, or your check command is not configured properly.. Can you provide your host and service definitions as well as the command configuration for the commands you are using?

Re: [Nagios-users] Exact same swap + root / partition info showing up for different hosts(?)

2009-12-02 Thread Juki
Hi list, I am facing a similar problem as posted by Bill. I'm running Nagios-3.2.0 on openSUSE 11.1 and monitoring a number of hosts using NRPE v2.12. When I look at the web GUI, it reports/shows the exact stats about disk size/usage, no. of users, swap usage etc.. for the monitored hosts (target

Re: [Nagios-users] nagios3 only doing one check attempt

2009-12-02 Thread john
On Mon, 30 Nov 2009, Marc Powell wrote: > On Nov 30, 2009, at 12:05 PM, john wrote: > >> normal_check_interval and retry_check_interval were renamed to >> check_interval and retry_interval respectively. Now to go and update all >> my config files :/ > > They're interchangeable at this point. Eithe