“Force check now” in zabbix 2.2.1

zabbix

If any of you know if there is a possibility of implementation "Force check now" just like in Nagios? the problem is that some check have a high update interval time for example 10 minutes, and sometimes there is a need to test something quickly.

In Zabbix Jira i found something like that's : https://support.zabbix.com/browse/ZBXNEXT-473

Please give me some advice

Regards
Mick

Best Answer

On the server, there is a command `zabbix_get' which exactly try the value of the key immediately.

sudo zabbix_get -s hostNameOrIP -k keyName

So easy!

Related Topic