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
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
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
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
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
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?
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
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