|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (5)
View Page History... |
| *Extended Host Info Template Name* | \[{color:#000000}Required{color}\] Name of the Extended Host Info Template. | | *Notes* | \[Optional\] Used to define a string of notes pertaining to the host. If you specify a note here, you will see it in the extended information CGI (when you are viewing information about the specified host). | |
| *Notes URL* | \[Optional\] This option is used to define a URL that can be used to provide more information about the Host. If you specify an URL, you will see a link that says 'Notes About This Host' in the extended information CGI (when you are viewing information about the specified Host). Any valid URL can be used. If you plan on using relative paths, the base path will the the same as what is used to access the CGIs (i.e. {{/cgi-bin/nagios/}}). This can be very useful if you want to make detailed information on the Host, emergency contact methods, etc. available to other support staff. Also, as this is a template, you may use macros {{$HOSTNAME$}} and {{$HOSTADDRESS$}} in the URL. | |
| *Notes URL* | \[Optional\] This option is used to define a URL that can be used to provide more information about the Host. If you specify a URL, you will see a link that says Notes About This Host in the extended information CGI (when you are viewing information about the specified Host). Any valid URL can be used. If you plan on using relative paths, the base path will be the same as what is used to access the CGIs (i.e., {{/cgi-bin/nagios/}}). This can be very useful if you want to make detailed information on the Host, emergency contact methods, etc. available to other support staff. Also, as this is a template, you may use macros {{$HOSTNAME$}} and {{$HOSTADDRESS$}} in the URL.\\ | |
| *Action URL* | \[Optional\] This directive is used to define an optional URL that can be used to provide more actions to be performed on the host. If you specify a URL, you will see a link that says Extra Host Actions in the extended information CGI (when your are viewing information about the specified host). Any valid URL can be used. If you plan on using relative paths, the base path will be the same as what is used to access the CGIs (e.g., {{/cgi-bin/nagios/}}). | |
| *Icon Image* | \[Optional\] This variable is used to define the name of a GIF, PNG, or JPG image that should be associated with this Host. This image will be displayed in the status and extended information CGIs. The image will look best if it is 40x40 pixels in size. Images for Hosts are assumed to be in the logos subdirectory in your HTML images directory (i.e. {{/usr/local/nagios/share/images/logos}}). (i.e., {{/usr/local/nagios/share/images/logos}}). | |
| *Icon Image Alt* | \[Optional\] This variable is used to define an optional string that is used in the ALT tag of the image specified by the {{<icon_image>}} argument. The ALT tag is used in the status, extended information and statusmap CGIs. | |
| *VRML Image* | \[Optional\] This variable is used to define the name of a GIF, PNG, or JPG image that should be associated with this Host. This image will be used as the texture map for the specified Host in the statuswrl CGI. Unlike the image you use for the <icon_image> variable, this one should probably not have any transparency. If it does, the Host object will look a bit weird. Images for Hosts are assumed to be in the logos subdirectory in your HTML images directory (i.e. {{/usr/local/nagios/share/images/logos}}). (i.e., {{/usr/local/nagios/share/images/logos}}). | |
| *Statusmap Image* | \[Optional\] This variable is used to define the name of an image that should be associated with this Host in the statusmap CGI. You can specify a JPEG, PNG, and GIF image if you want, although I would strongly suggest using a GD2 format image, as other image formats will result in a lot of wasted CPU time when the statusmap image is generated. GD2 images can be created from PNG images by using the pngtogd2 utility supplied with Thomas Boutell's gd library. The GD2 images should be created in uncompressed format in order to minimize CPU load when the statusmap CGI is generating the network map image. The image will look best if it is 40x40 pixels in size. You can leave these option blank if you are not using the statusmap CGI. Images for Hosts are assumed to be in the logos subdirectory in your HTML images directory (i.e. {{/usr/local/nagios/share/images/logos}}). (i.e., {{/usr/local/nagios/share/images/logos}}). | |
| *2d Coords* | \[Optional\] This variable is used to define coordinates to use when drawing the Host in the statusmap CGI. Coordinates should be given in positive integers, as the correspond to physical pixels in the generated image. The origin for drawing (0,0) is in the upper left hand corner of the image and extends in the positive x direction (to the right) along the top of the image and in the positive y direction (down) along the left hand side of the image. For reference, the size of the icons drawn is usually about 40x40 pixels (text takes a little extra space). The coordinates you specify here are for the upper left hand corner of the Host icon that is drawn. {Note}Don't worry about what the maximum x and y coordinates that you can use are. The CGI will automatically calculate the maximum dimensions of the image it creates based on the largest x and y coordinates you specify.{Note} | | *3d Coords* | \[Optional\] This variable is used to set coordinates to use when drawing the Host in the statuswrl CGI. Coordinates can be positive or negative real numbers. The origin for drawing is (0.0,0.0,0.0). For reference, the size of the Host cubes drawn is 0.5 units on each side (text takes a little more space). The coordinates you specify here are used as the center of the Host cube. | |
... |