Skip to content
Snippets Groups Projects
Commit 976c6328 authored by Maciej Lipinski's avatar Maciej Lipinski
Browse files

[snmp] Bugfix: do not check startCnt when daemon is disabled.

SNMP checkes whether monitored daemons where restarted by looking
at the respective /tmp/start_cnt_X file. Such file is not created
if a daemon is disabled in configuration (dotconfig). Such
disabling is a new feature. It turns out that not all of SNMP
deamon was updated to accommodate it. The SNMP daemon was checking
at start which daemons are disbled but later did not use this
info in wrsStartCntGroup and the startCnt of the disabled deamons
was attempted to be checked, resulting in an error. This has
been fixed.
parent 7acf532b
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment