This reveals the fact, that Host Templates may be "nested". So I'd like to have a feature, that allows to make a reference to another Host Template from within a new Host Template. To avoid loops, this may be restricted to some level (e.g. to avoid self referencing).
Each time, a new device is defined and associated with a host template, all nested templates should be taken into account as well to make up the list of Graphs and Queries. This will allow to reduce redundancies in Host Templates.
Example:
Code: Select all
WebServer Host Template
| |
| ---- some Webserver specific Graph Templates
|
---- OS Host Template
| |
| --- OS specific Graph Templates (CPU, Memory, Swap, Disk, ...)
|
---- Generic SNMP Host Template
|
--- Interface Graphs (Traffic, Error, Discards, ...)
Reinhard