librenms/tests/data/linux_mailcow-dockerized-v1.json
Tony Murray d5656d826e
Tests dont include empty tables (#13619)
* Do not include empty tables in test data

* empty data is simpler to check now

* Update test data

* revert comment options that block update all test data

* clean existing data

* fixes

* another fix

* remov extra sensors???

* why is that using that ip...

* missed an empty table

* missed one

* restore ftos

* revert another ftos

* revert ird

* restore timos

* restore timos_7705

* oops

* double oops

* timos mpls

* timos_hc

* another timos_hc fix
2021-12-15 19:48:44 -06:00

142 lines
4.5 KiB
JSON

{
"applications": {
"discovery": {
"applications": [
{
"app_type": "mailcow-postfix",
"app_state": "UNKNOWN",
"discovered": 1,
"app_state_prev": null,
"app_status": "",
"app_instance": ""
}
]
},
"poller": {
"applications": [
{
"app_type": "mailcow-postfix",
"app_state": "OK",
"discovered": 1,
"app_state_prev": "UNKNOWN",
"app_status": "",
"app_instance": ""
}
],
"application_metrics": [
{
"metric": "bounced",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "bytesdelivered",
"value": 128364,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "bytesreceived",
"value": 64182,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "deferred",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "delivered",
"value": 4,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "discarded",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "forwarded",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "held",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "received",
"value": 2,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "recipienthostsdomains",
"value": 2,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "recipients",
"value": 2,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "rejected",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "rejectwarnings",
"value": 0,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "senders",
"value": 2,
"value_prev": null,
"app_type": "mailcow-postfix"
},
{
"metric": "sendinghostsdomains",
"value": 2,
"value_prev": null,
"app_type": "mailcow-postfix"
}
]
}
},
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
"sysDescr": "Linux mbx01 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64",
"sysContact": "<private>",
"version": "4.15.0-88-generic",
"hardware": "Generic x86 64-bit",
"features": null,
"os": "linux",
"type": "server",
"serial": null,
"icon": "linux.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
}
}