Re: [Nagios-users] Monitoring scheduling

2010-10-25 Thread Davide Blasi
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

[Nagios-users] Service dependency for nrpe on nagios 3.2.3

2010-10-21 Thread Davide Blasi
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

Re: [Nagios-users] 403 forbidden error

2010-05-14 Thread Davide Blasi
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/

Re: [Nagios-users] check_disk plugin

2010-05-06 Thread Davide Blasi
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

Re: [Nagios-users] check_disk plugin

2010-05-06 Thread Davide Blasi
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

[Nagios-users] check_disk plugin

2010-05-05 Thread Davide Blasi
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