Added logging of reason device was detected as down (icmp/snmp)

This commit is contained in:
laf
2015-06-22 22:11:02 +01:00
parent eee2ae5be1
commit 820afa6dbb
4 changed files with 11 additions and 5 deletions

View File

@@ -321,6 +321,8 @@ __devices.location__ = The devices location.
__devices.status__ = The status of the device, 1 = up, 0 = down.
__devices.status_reason__ = The reason the device was detected as down (icmp or snmp).
__devices.ignore__ = If the device is ignored this will be set to 1.
__devices.disabled__ = If the device is disabled this will be set to 1.