All pastes #2128162 Raw Edit

Untitled

public text v1 · immutable
#2128162 ·published 2012-03-14 18:11 UTC
rendered paste body

cat <<'xxxxxxxxxxxxxxxxCONFIGxxxxxxxxxxxxxxxxxx' > /tmp/test.txt;


# Define a service to check the disk space of the root partition
# on the local machine.  Warning if < 20% free, critical if
# < 10% free space on partition.

define service{
        use                             local-service         ; Name of service template to use
        host_name                       localhost
        service_description             Root Partition
	check_command			check_local_disk!20%!10%!/
        }


xxxxxxxxxxxxxxxxCONFIGxxxxxxxxxxxxxxxxxx




OUTPUT of /tmp/test.txt:


# Define a service to check the disk space of the root partition
# on the local machine.  Warning if < 20% free, critical if
# < 10% free space on partition.

define service{
        use                             local-service         ; Name of service template to use
        host_name                       localhost
        service_description             Root Partition
check_commandcheck_local_disk!20%!10%!/
        }