Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alex
icinga2_sms_notification
Commits
f2b2ef69
Commit
f2b2ef69
authored
Oct 17, 2018
by
Alex
Browse files
LOGPATH Fehler behoben bei service
parent
8746eafa
Changes
1
Hide whitespace changes
Inline
Side-by-side
sms-service-notification.sh
View file @
f2b2ef69
...
...
@@ -7,8 +7,6 @@ PROG="`basename $0`"
CURLBIN
=
"/usr/bin/curl"
LOGFILE
=
"/var/log/icinga2/smslog.log"
LOGFILE
=
"./smslog"
if
[
-z
"
`
which
$CURLBIN
`
"
]
;
then
echo
"
$CURLBIN
not found in
\$
PATH. Consider installing it."
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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