check_nt_disk fails to give warning
joost at informatiefabriek.nl
joost at informatiefabriek.nl
Wed Aug 11 15:30:34 CEST 2004
Hey there!
I am using Nagios 1.2 on Redhat 9.0
The service definition I'm using (minus the actual host names):
define service{
use generic-service
host_name athene
service_description diskspace D:\
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
contact_groups testserver-admins
notification_interval 120
notification_period 24x7
notification_options w,u,c,r
check_command check_nt_disk!D:!90!75
}
The check command:
define command {
command_name check_nt_disk
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v USEDDISKSPACE -l
$ARG1$ -w $ARG2$ -c $ARG3$
}
It reports in nagios the total, used and free space fine, but I am looking
at the free space right now and it is lower than 90% yet I am not getting
any warnings. Other alerts do work but none of my check_nt_disk ones do.
Any help would be greatly appreciated.
yours sincerly,
Joost Saanen
de Informatiefabriek, Netherlands
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20040811/65b7ef66/attachment.html>
More information about the Users
mailing list