I need to use zabbix_sender, but I am very confused about its usage, because have to write in the shell the following line, for example, for the key diskfree[/home]:
maria@blossom bin $ ./zabbix_sender 192.168.100.150 10051 blossom:diskfree[/home] 33
where 33 is the value for diskfree[/home], I mean, I have to introduce the value. What I need is that zabbix_sender catch that information on its own from the monitorized machine and don't know how.
Edit/Delete Message
maria@blossom bin $ ./zabbix_sender 192.168.100.150 10051 blossom:diskfree[/home] 33
where 33 is the value for diskfree[/home], I mean, I have to introduce the value. What I need is that zabbix_sender catch that information on its own from the monitorized machine and don't know how.
Edit/Delete Message
Comment