Hi guys,
I apologize in advance if this has already been covered but I have tried searching the forums and I have looked at the documentation, but maybe I am not understanding something. I am fairly new to Zabbix....
I have an application which outputs a JSON page for each active application. Which looks like the following:
Is it possible to setup the web monitor to report on the "RUNNING" status so if it turn to "STOPPED", it will then flag up?
Any help or pointers are greatly received!
I apologize in advance if this has already been covered but I have tried searching the forums and I have looked at the documentation, but maybe I am not understanding something. I am fairly new to Zabbix....
I have an application which outputs a JSON page for each active application. Which looks like the following:
| applicationInstanceStatus | |
| 0 | |
| autoRestartSuspended | false |
| autoRestartSuspendedForApp | false |
| autoRestartableApp | false |
| instance | |
| active | true |
| applicationDisplayName | "ApplicationOne" |
| applicationName | "ApplicationOne" |
| custom | false |
| id | 2 |
| name | 1 |
| serverName | "MickeyMouseServer.com" |
| lastStartTime | "2018-03-22 17:53:37" |
| status | "RUNNING" |
Is it possible to setup the web monitor to report on the "RUNNING" status so if it turn to "STOPPED", it will then flag up?
Any help or pointers are greatly received!
Comment