Hi All,
Running Zabbix 2.0.4
I want to get a list of currently triggered items that matches the web interface when you would go to Monitoring -> Triggers
After reading the documentation, the JSON below should work. However I consistently have a few triggers that are not showing up in the resulting JSON that do show up in web interface. Any ideas what could cause this?
{
"jsonrpc":"2.0",
"id":0,
"auth":"xxx",
"method":"trigger.get",
"params":{
"output":"extend",
"expandData":"1",
"expandDescription":"1",
"monitored":"true",
"only_true":"true",
"filter":{"value":1},
"user":"guest",
"password":"guest"
}
}
Running Zabbix 2.0.4
I want to get a list of currently triggered items that matches the web interface when you would go to Monitoring -> Triggers
After reading the documentation, the JSON below should work. However I consistently have a few triggers that are not showing up in the resulting JSON that do show up in web interface. Any ideas what could cause this?
{
"jsonrpc":"2.0",
"id":0,
"auth":"xxx",
"method":"trigger.get",
"params":{
"output":"extend",
"expandData":"1",
"expandDescription":"1",
"monitored":"true",
"only_true":"true",
"filter":{"value":1},
"user":"guest",
"password":"guest"
}
}
Comment