I am trying to fake out the value of a specific key from a host so that I can test remote commands. Here is the trigger as entered into Zabbix, which works just fine.
{syrlgf4n6g:vfs.fs.size[/working,pfree].avg(1m,0)}<80
In order to test my remote command Action, I am trying to use zabbix_sender with the following command:
zabbix_sender -z syrlgf4n6h -s syrlgf4n6g -k "vfs.fs.size[/working,pfree]" -o 15.0 -vv
But I always get this:
zabbix_sender [26378]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000038"}]
info from server: "processed: 0; failed: 1; total: 1; seconds spent: 0.000038"
sent: 1; skipped: 0; total: 1
Is there something wrong with my zabbix_sender command syntax?
Thanks
{syrlgf4n6g:vfs.fs.size[/working,pfree].avg(1m,0)}<80
In order to test my remote command Action, I am trying to use zabbix_sender with the following command:
zabbix_sender -z syrlgf4n6h -s syrlgf4n6g -k "vfs.fs.size[/working,pfree]" -o 15.0 -vv
But I always get this:
zabbix_sender [26378]: DEBUG: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000038"}]
info from server: "processed: 0; failed: 1; total: 1; seconds spent: 0.000038"
sent: 1; skipped: 0; total: 1
Is there something wrong with my zabbix_sender command syntax?
Thanks
Comment