ID: 0283
Title: Interface Checks: Counters are now skipped when interface is down
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
In most cases it was no problem to check the counter values, as they
are reset to zero for most devices. But for some devices, the counters
are still having values - and maybe also change. To handle this, we
simply ignore the counter values for down interfaces.
ID: 0233
Title: Interface Checks: Counters are now skipped when interface is down
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i7
In most cases it was no problem to check the counter values, as they
are reset to zero for most devices. But for some devices, the counters
are still having values - and maybe also change. To handle this, we
simply ignore the counter values for down interfaces.
ID: 0233
Title: fixed problem with invalid logline classification
Component: Livestatus
Level: 2
Class: Bug Fix
Version: 1.2.3i7
Two consecutive logfile queries, each with different logclasses,
could lead to invalid/missing logfile entries.
ID: 0218
Title: Fixed rendering of HTML mails for Outlook (at least 2013)
Component: Notifications
Level: 2
Class: Bug Fix
Version: 1.2.3i7
The HTML mails generated by the flexible notification script are
now rendered nicely with Outlook. This change has been made with
Outlook 2013.
ID: 0217
Title: Improved error handling of SNMP commands
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.3i7
In the past, in normal SNMP mode, the stderr output of all
snmp related commands was completely suppressed. It was hard
to find out the source of problems in some cases, for example
timeouts. The execution of those programs has been changed to
output stderr messages for walks in all cases and for gets only
when -v is given.
ID: 0216
Title: Supporting float values as SNMP timeout value now
Component: WATO
Level: 1
Class: New Feature
Version: 1.2.3i7
In some cases it is useful to define a more specific value than
full seconds. So WATO accepts float values for the timeout now.