Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Monit] Change the full process name of syncd in the monit config file. #4033

Merged
merged 9 commits into from
Jan 23, 2020
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## syncd
## dsserve
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert

check process dsserve matching "/usr/bin/dsserve /usr/bin/syncd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## process list:
## syncd
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## syncd
## dsserve
###############################################################################
check process syncd matching "/usr/bin/syncd --diag"
check process syncd matching "/usr/bin/syncd"
if does not exist for 5 times within 5 cycles then alert

check process dsserve matching "/usr/bin/dsserve /usr/bin/syncd"
Expand Down