-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from komachi/master
Use monit.
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
check process tor with pidfile "/var/run/tor/tor.pid" | ||
start program = "/etc/init.d/tor start" | ||
stop program = "/etc/init.d/tor stop" | ||
check process fail2ban with pidfile "/var/run/fail2ban/fail2ban.pid" | ||
start program = "/etc/init.d/fail2ban start" | ||
stop program = "/etc/init.d/fail2ban stop" | ||
check process tlsdated with pidfile "/var/run/tlsdated.pid" | ||
start program = "/etc/init.d/tlsdated start" | ||
stop program = "/etc/init.d/tlsdated stop" |