Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
df5cd8c0
Commit
df5cd8c0
authored
Feb 08, 2011
by
Steve Kemp
Browse files
s/runing/running/g
parent
4632c64d
Changes
2
Hide whitespace changes
Inline
Side-by-side
monit/example-output
View file @
df5cd8c0
...
...
@@ -34,12 +34,12 @@ Tests to be carried out:
-- clamav-daemon -------------------------------------------------------
* Checking process
* clamd doesn't appear to be runing: No such file or directory - /var/run/clamav/clamd.pid
* clamd doesn't appear to be run
n
ing: No such file or directory - /var/run/clamav/clamd.pid
* Process state OK -- clamd should not be running
-- clamav-freshclam ----------------------------------------------------
* Checking process
* freshclam doesn't appear to be runing: No such file or directory - /var/run/clamav/freshclam.pid
* freshclam doesn't appear to be run
n
ing: No such file or directory - /var/run/clamav/freshclam.pid
* Process state OK -- freshclam should not be running
-- cron ----------------------------------------------------------------
...
...
@@ -116,7 +116,7 @@ Tests to be carried out:
-- spamassassin --------------------------------------------------------
* Checking process
* spamd doesn't appear to be runing: No such file or directory - /var/run/spamd.pid
* spamd doesn't appear to be run
n
ing: No such file or directory - /var/run/spamd.pid
* Process state OK -- spamd should not be running
-- sshd ----------------------------------------------------------------
...
...
monit/lib/symbiosis/monitor/check.rb
View file @
df5cd8c0
...
...
@@ -45,7 +45,7 @@ module Symbiosis
puts
"Not enough permissions to check process
#{
@name
}
: "
+
err
.
to_s
raise
rescue
=>
err
puts
"
#{
@name
}
doesn't appear to be runing: "
+
err
.
to_s
puts
"
#{
@name
}
doesn't appear to be run
n
ing: "
+
err
.
to_s
false
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment