Hello,
New to Zabbix trying to understand the modeling.
Looking at a fresh 1.8.2 install on Ubuntu I see that in the web UI under Configuration > Host Groups I see that each hostgroup can optionally have Templates associated with it, in fact the hostgroup that called "Templates" has 42 templates associated with it - Why?
I think some clearing up could prove to valuable here... let me describe what I understand a host, hostgroup and template; Please correct me if I'm wrong.
Host is a machine on the network that is being monitored for various items.
HostGroup is a logical grouping of hosts, to allow graphing and co. on the host group level (think a cluster of web servers...)
Template is a predefined collection of items to be collected about a host.
so following this logic, why a hostgroup has templates? The only rational I can think of is that if in creation a host is being added to a hostgroup that all templates associated with this hostgroup apply to the host, i.e. a template association with a hostgroup only affects hosts that are being created under this hostgroup and only takes action during host adding procedures.
Would appreciate comments on this, to make sure I'm on the right path. I'm planning to integrate zabbix into our EC2 based environment; In which case hosts will be added / removed dynamically plus host groups will be created dynamically using the python API, based on the security groups under which the instance has been launched with.
Maxim.
New to Zabbix trying to understand the modeling.
Looking at a fresh 1.8.2 install on Ubuntu I see that in the web UI under Configuration > Host Groups I see that each hostgroup can optionally have Templates associated with it, in fact the hostgroup that called "Templates" has 42 templates associated with it - Why?
I think some clearing up could prove to valuable here... let me describe what I understand a host, hostgroup and template; Please correct me if I'm wrong.
Host is a machine on the network that is being monitored for various items.
HostGroup is a logical grouping of hosts, to allow graphing and co. on the host group level (think a cluster of web servers...)
Template is a predefined collection of items to be collected about a host.
so following this logic, why a hostgroup has templates? The only rational I can think of is that if in creation a host is being added to a hostgroup that all templates associated with this hostgroup apply to the host, i.e. a template association with a hostgroup only affects hosts that are being created under this hostgroup and only takes action during host adding procedures.
Would appreciate comments on this, to make sure I'm on the right path. I'm planning to integrate zabbix into our EC2 based environment; In which case hosts will be added / removed dynamically plus host groups will be created dynamically using the python API, based on the security groups under which the instance has been launched with.
Maxim.
Comment