]> git.pld-linux.org Git - projects/nagios-config.git/blame - hostextinfo.cfg
- add Id tags and vim modeline syntax
[projects/nagios-config.git] / hostextinfo.cfg
CommitLineData
8934a459 1################################################################################
cff08d9a
ER
2# Object config file for Nagios
3# $Id: $
8934a459
ER
4#
5################################################################################
6
7################################################################################
8# EXTENDED HOST INFORMATION
9#
10# Extended host information entries are basically used to make the output from
11# the status, statusmap, statuswrl, and extinfo CGIs look pretty. They have no
12# effect on monitoring and are completely optional.
13#
14# SYNTAX:
15# define hostextinfo {
16# host_name host_name
17# notes note_string
18# notes_url url
19# action_url url
20# icon_image image_file
21# icon_image_alt alt_string
22# vrml_image image_file
23# statusmap_image image_file
24# 2d_coords x_coord,y_coord
25# 3d_coords x_coord,y_coord,z_coord
26# }
27#
28# http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#hostextinfo
29################################################################################
30
31define hostextinfo {
32 host_name localhost
33 notes PLD Linux server
34 icon_image base/pld.png
35 icon_image_alt PLD Ac
36 vrml_image base/pld.png
37 statusmap_image base/pld.gd2
38 2d_coords 100,250
39 3d_coords 100.0,50.0,75.0
40}
41
cff08d9a 42# vim:ts=8:sw=8:syn=nagios
This page took 4.274966 seconds and 4 git commands to generate.