Hi François,
>Is there a way to scheduling a control ?
Yes, you have to configure properly the timeperiod property
>I.e : I've a server there is down from 00:00 to 02:00 (for backup operation)
>but during this time interval I would not receive alarms... Because this is
>"normal" down servic
Hi list,
I'm installing a large infrastructure using nagios 3.2.3.
My goal will be to create a service dependency of all services checked via nrpe
(like check disk) dependent of nrpe on same host without having to define one
service dependency for each host.
I found ( by google ) this fantasti
Hi Prasanth,
Probably apache don't have permission on cgi-dir
can you paste here output of : `ls -l /usr/local/nagios/sbin
/usr/local/nagios/share' ?
Apache needs read and execution permission on directories,
maybe it can be resolved by `chmod -R o+rx /usr/local/nagios/sbin
/usr/local/nagios/
Aidan Anderson wrote :
>Davide Blasi wrote:
>> with or without quotes give me the same result :(
>>
>>
>
> Try using single quotes, e.g.
>
> -I '/my/fist/.*' -I '/second/.*'
No, It doesn't works :(
But I don't think that i
t;/my/fist/.*" -I "/second/.*"
On 5/5/10 5:49 AM, "Davide Blasi" wrote:
>
> Hi list,
>
> I have a question about check_disk plugin.
> Running check_disk -h I read :
>
> [...]
> -I, --ignore-eregi-path=PATH, --ignore-eregi-partition=PARTITION
Hi list,
I have a question about check_disk plugin.
Running check_disk -h I read :
[...]
-I, --ignore-eregi-path=PATH, --ignore-eregi-partition=PARTITION
Regular expression to ignore selected path/partition (case insensitive)
(may be repeated)
[...]
Good it working fine :)
But now I have