Re: Nagios Configuration Manager
Posted: Wed Jul 11, 2012 3:20 am
Here is the config for one of the services,
Code: Select all
###############################################################################
#
# Service configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2012-07-11 09:14:53
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################
define service {
host_name sql-db01
service_description Ping
use xiwizard_windowsserver_ping_service
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 0
notification_period xi_timeperiod_24x7
contacts helpdesk,sysadmin
_xiwizard windowsserver
register 1
}
define service {
host_name sql-db01
service_description S:\ Disk Usage
use xiwizard_windowsserver_nsclient_service
check_command check_nrpe!CheckDriveSize -p 5666 -a ShowAll !MinWarnFree=10% MinCritFree=5% Drive=S!!!!!!
contacts helpdesk,sysadmin
contact_groups admins,xi_contactgroup_all
register 1
}
###############################################################################
#
# Service configuration file
#
# END OF FILE
#
###############################################################################