How to display thresholds with check_disk on graph
Posted: Tue Mar 12, 2013 11:59 am
Current perf graph isn't showing warning / critical levels:

How can I configure to display warning and critical threshold levels?
Code: Select all
define service {
host_name hostname.domain
service_description Disk Free Space - /dev/sda
use generic-service
check_command check_nrpe!check_disk! -a 90 99 /dev/sda
max_check_attempts 5
check_interval 2
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard nrpe
register 1
}
How can I configure to display warning and critical threshold levels?