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
Ian Eiloart
Sympl
Commits
d92a22b9
Commit
d92a22b9
authored
May 12, 2017
by
telyn
Browse files
Fix mistake in symbiosis-monit-failure-email
parent
d8b6ba8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
monit/sbin/symbiosis-monit-failure-email
View file @
d92a22b9
...
...
@@ -3,6 +3,6 @@
set
-e
args
=
"--since=today"
[
-e
"/
run
/symbiosis-monit.cursor"
]
&&
args
=
"--after-cursor=
$(
</var/tmp/symbiosis-monit.cursor
)
"
[
-e
"/
var/tmp
/symbiosis-monit.cursor"
]
&&
args
=
"--after-cursor=
$(
</var/tmp/symbiosis-monit.cursor
)
"
journalctl
-b0
$args
-u
"symbiosis-monit.service"
| mail
-s
"Symbiosis monitor detected service failure"
root
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