mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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
This commit is contained in:
@@ -352,8 +352,8 @@
|
||||
"ifName": "eth0",
|
||||
"portName": null,
|
||||
"ifIndex": 2,
|
||||
"ifSpeed": null,
|
||||
"ifSpeed_prev": 0,
|
||||
"ifSpeed": 0,
|
||||
"ifSpeed_prev": null,
|
||||
"ifConnectorPresent": "true",
|
||||
"ifPromiscuousMode": "false",
|
||||
"ifOperStatus": "up",
|
||||
@@ -734,8 +734,7 @@
|
||||
"app_status": "",
|
||||
"app_instance": ""
|
||||
}
|
||||
],
|
||||
"application_metrics": []
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"applications": [
|
||||
|
||||
Reference in New Issue
Block a user