Skip to content
Snippets Groups Projects
Commit c23a80e9 authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

userspace/snmpd: Fix two more misspelled "daemon"


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent a86c2790
Branches
Tags
No related merge requests found
......@@ -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"
......
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