Is it possible to monitor space on a subdirectory of c:\
Posted: Thu Feb 27, 2014 11:01 am
this statement controls drive monitoring see below
define service{
use generic-service
host_name mail-ahgserver
service_description C:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l C -w 80 -c 90
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
would something like see below work
define service{
use generic-service
host_name mail-ahgserver
service_description C:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l C:\Windows\System32\Logfiles\ W3svc -w 80 -c 90
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
Or am I totally off and need an entirely different command?
I'm coming in cold and am attempting to get used to nagios
define service{
use generic-service
host_name mail-ahgserver
service_description C:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l C -w 80 -c 90
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
would something like see below work
define service{
use generic-service
host_name mail-ahgserver
service_description C:\ Drive Space
check_command check_nt!USEDDISKSPACE!-l C:\Windows\System32\Logfiles\ W3svc -w 80 -c 90
notification_interval 1440
notification_options w,r
notification_period work-holiday
servicegroups drivespace
Or am I totally off and need an entirely different command?
I'm coming in cold and am attempting to get used to nagios