pnp4nagios/sample-config/pnp/pages/web_traffic.cfg-sample
2017-05-20 15:26:21 +02:00

24 lines
458 B
Plaintext

#
# Sample Page Config
#
# Global Section
# use_regex [0|1]
# page_name < your page title >
# background_pdf <pdf file>
define page {
use_regex 1
page_name Webserver Traffic
}
#
# Define the first Graph
#
define graph {
host_name ^websrv # Every host starting with 'websrv'
service_desc ^traffic # Every service starting with 'traffic'
source 0 # OPTIONAL Show only the first image
}