Commit c23a80e9 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: Fix two more misspelled "daemon"

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent a86c2790
......@@ -691,13 +691,13 @@ wrsBootKernelModulesMissing OBJECT-TYPE
wrsBootUserspaceDaemonsMissing OBJECT-TYPE
SYNTAX INTEGER {
allDeamonsPresent(0)
allDaemonsPresent(0)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Checking if all desired daemons are running.
allDeamonsPresent - all daemons running
allDaemonsPresent - all daemons running
other numbers represent number of daemons not running
other errors (can be: unable to run ps command or problem with multiple process instances)
are reported as maximum number of missing modules"
......
Markdown is supported
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