Skip to content

Commit ca66a7b

Browse files
committed
Test return 200 for monit pfsso test
1 parent 23d6778 commit ca66a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/monit/monit_checks_configurations/00_packetfence.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ CHECK PROCESS packetfence-pfsso MATCHING "pfsso"
187187
start program = "/usr/local/pf/bin/pfcmd service pfsso start" with timeout 60 seconds
188188
stop program = "/usr/local/pf/bin/pfcmd service pfsso stop"
189189
if 3 restarts within 10 cycles then alert
190-
if failed host 127.0.0.1 port 8777 protocol http status 404 for 5 cycles then restart
190+
if failed host 127.0.0.1 port 8777 protocol http status 200 for 5 cycles then restart
191191

192192
CHECK PROCESS packetfence-api-frontend MATCHING "api-frontend"
193193
group PacketFence

0 commit comments

Comments
 (0)