librenms/tests/data/linux_fail2ban-v1.json

50 lines
1.4 KiB
JSON
Raw Normal View History

{
"applications": {
"discovery": {
"applications": [
{
"app_type": "fail2ban",
"app_state": "UNKNOWN",
"discovered": "1",
"app_state_prev": null,
"app_status": "",
"app_instance": ""
}
],
"application_metrics": []
},
"poller": {
"applications": [
{
"app_type": "fail2ban",
"app_state": "OK",
"discovered": "1",
"app_state_prev": "UNKNOWN",
"app_status": "",
"app_instance": ""
}
],
"application_metrics": [
{
"metric": "jail_dovecot_banned",
"value": "5",
"value_prev": null,
"app_type": "fail2ban"
},
{
"metric": "jail_sshd_banned",
"value": "3",
"value_prev": null,
"app_type": "fail2ban"
},
{
"metric": "total_banned",
"value": "8",
"value_prev": null,
"app_type": "fail2ban"
}
]
}
}
}