mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add f5 snmprec for tests
This commit is contained in:
@ -124,7 +124,7 @@ if (!empty($ltmBwcEntry['name'])) {
|
|||||||
* False == no object found - this is not an error, OID doesn't exist.
|
* False == no object found - this is not an error, OID doesn't exist.
|
||||||
* null == timeout or something else that caused an error, OID may exist but we couldn't get it.
|
* null == timeout or something else that caused an error, OID may exist but we couldn't get it.
|
||||||
*/
|
*/
|
||||||
if (!empty($ltmBwcEntry) !empty($ltmVirtualServEntry) || !empty($ltmPoolEntry) || !empty($ltmPoolMemberEntry)) {
|
if (!empty($ltmBwcEntry) || !empty($ltmVirtualServEntry) || !empty($ltmPoolEntry) || !empty($ltmPoolMemberEntry)) {
|
||||||
// No Nulls, lets go....
|
// No Nulls, lets go....
|
||||||
d_echo("Objects Found:\n");
|
d_echo("Objects Found:\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user