Hi,
I'm trying to review list of registered boxes in our installation where we have few hundreds registered hosts.
I need to generate for example:
- list of registered hosts,
- list of templates used by host
- per host configuration parameters like: agent, IPMI, SNMP, JMX interface(s) IP(s)/hostname(s) and ports,
- list of triggers, actions, applications in each template,
- list for example last 100 values stored in some probe,
- list of monitored parameters per host.
I know that I can obtain most of these information over web interface but it will be good to have possibility to query zabbix server about above data from command line.
Simple I need to find any king of inconsistency in our monitoring and probably the best way of analyze all what we have under monitoring should be just query zabbix servers about some raw data and try to analyze this using standard Unix command line tools like perl/awk/sed/<whatever>.
I'm trying to review list of registered boxes in our installation where we have few hundreds registered hosts.
I need to generate for example:
- list of registered hosts,
- list of templates used by host
- per host configuration parameters like: agent, IPMI, SNMP, JMX interface(s) IP(s)/hostname(s) and ports,
- list of triggers, actions, applications in each template,
- list for example last 100 values stored in some probe,
- list of monitored parameters per host.
I know that I can obtain most of these information over web interface but it will be good to have possibility to query zabbix server about above data from command line.
Simple I need to find any king of inconsistency in our monitoring and probably the best way of analyze all what we have under monitoring should be just query zabbix servers about some raw data and try to analyze this using standard Unix command line tools like perl/awk/sed/<whatever>.