]> git.pld-linux.org Git - projects/nagios-config.git/blame - serviceextinfo.cfg
- add Id tags and vim modeline syntax
[projects/nagios-config.git] / serviceextinfo.cfg
CommitLineData
8934a459 1################################################################################
cff08d9a
ER
2# Object config file for Nagios
3# $Id: $
8934a459
ER
4#
5################################################################################
6
7################################################################################
8# EXTENDED SERVICE INFORMATION
9#
10# Extended service information entries are basically used to make the output
11# from the status and extinfo CGIs look pretty. They have no effect on
12# monitoring and are completely optional.
13#
14# SYNTAX:
15# define serviceextinfo {
16# host_name host_name
17# service_description service_description
18# notes note_string
19# notes_url url
20# action_url url
21# icon_image image_file
22# icon_image_alt alt_string
23# }
24# http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#serviceextinfo
25################################################################################
26
27#define serviceextinfo {
28# host_name localhost
29# service_description Log Anomalies
30# notes Security-related log anomalies on secondary Linux server
31# notes_url http://webserver.localhost.localdomain/serviceinfo.pl?host=linux2&service=Log+Anomalies
32# icon_image security.png
33# icon_image_alt Security-Related Alerts
34#}
35
cff08d9a 36# vim:ts=8:sw=8:syn=nagios
This page took 0.11648 seconds and 4 git commands to generate.