it seems like it would be fairly easy to make all of the items supported by agent[d] availiable to sender[d]. Or, to put it another way run zabbix_sender as a daemon, with a config file that had the items you wanted to check. I am thinking something like this
zabbix_sender.conf
This way the program is daemonized and you dont have to call it from cron. And all of these items are already availble to agent[d], so you wouldnt have to come up with a shell script to awk | cut | tail | grep | a commands output to send it back to the trapper[d] server.
I love the Zabbix product, I just like the idea of the hosts sending back to the server, rather than the server polling the host.
thanks for all your work alexi.
cooper
zabbix_sender.conf
Code:
zabbix_trapper_host my.zabbix.server port 10001 ## Items monitored on this host ## item time_interval (in minutes) diskfree[/var] 60 system[procload] 5 system[procload5] 5 system[procload15] 5
I love the Zabbix product, I just like the idea of the hosts sending back to the server, rather than the server polling the host.
thanks for all your work alexi.
cooper
Comment