First up, Zabbix seems to be really good, a little rough around the edges in places but generally really good.
Personally I'd like to see global "Applications", so I can stack my templates and build templates out of templates without getting "conflicts".
In addition: a comment from one of our Windows Admins...
"Points to note for Zabbix developers:
Even though you install the service and tell it use a config file other than the default you cannot simply start the service. You have to use the line
zabbix_agentd.exe --config <location_of_config_file> --start
and to top it you have to use
zabbix_agentd.exe --config <location_of_config_file> --stop
We never put conf files in the root of a system drive so you can't treat Zabbix as a normal Windows service. I can't see the point in the --config option when you install the service if the service doesn't actually us the info - weird."
Personally I'd like to see global "Applications", so I can stack my templates and build templates out of templates without getting "conflicts".
In addition: a comment from one of our Windows Admins...
"Points to note for Zabbix developers:
Even though you install the service and tell it use a config file other than the default you cannot simply start the service. You have to use the line
zabbix_agentd.exe --config <location_of_config_file> --start
and to top it you have to use
zabbix_agentd.exe --config <location_of_config_file> --stop
We never put conf files in the root of a system drive so you can't treat Zabbix as a normal Windows service. I can't see the point in the --config option when you install the service if the service doesn't actually us the info - weird."
Comment