Hi all, I am using LibreNMS for monitoring Mikrotik devices. All my devices has info like this in main screen:
" Object ID .1.3.6.1.4.1.14988.1"
And this It is showing in alerts :
Severity: critical
Time elapsed: 10m 6s
Timestamp: 2018-09-03 08:45:55
Unique-ID: 3703
Rule: Devices up/down
Faults:
#1: sysObjectID => .1.3.6.1.4.1.14988.1; sysDescr => RouterOS RB912UAG-5HPnD; override_sysLocation => 1;
How can I avoid sysObjectID and override_sysLocation in my alerts?
The new format in alerts uses:
@foreach ($alert->faults as $key => $value) Key: $key<br/>Value: $value @endforeach
And I don’t know how accomplish this.
Thanks in advance