We used to provide `notes` and `notes_url` as part of the hostextinfo, like this:
Code: Select all
define hostextinfo{
host_name host1, host2, host3
notes These are special hosts
notes_url https://wiki.example.org/problemsolving/SpecialHosts
}
define hostgroup {
hostgroup_name specialhosts
alias Special Hosts
members host1, host2, host3
}
Code: Select all
define hostgroup {
hostgroup_name specialhosts
alias Special Hosts
members host1, host2, host3
notes These are special hosts
notes_url https://wiki.example.org/problemsolving/SpecialHosts
}
However, when we do this the notes_url does not appear in the CGI. Can anyone help me figure out why?
-= Stefan