We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956b738 commit 23d6778Copy full SHA for 23d6778
addons/monit/monit_checks_configurations/00_packetfence.tt
@@ -187,7 +187,7 @@ CHECK PROCESS packetfence-pfsso MATCHING "pfsso"
187
start program = "/usr/local/pf/bin/pfcmd service pfsso start" with timeout 60 seconds
188
stop program = "/usr/local/pf/bin/pfcmd service pfsso stop"
189
if 3 restarts within 10 cycles then alert
190
- if failed host localhost port 8777 protocol http status 404 for 5 cycles then restart
+ if failed host 127.0.0.1 port 8777 protocol http status 404 for 5 cycles then restart
191
192
CHECK PROCESS packetfence-api-frontend MATCHING "api-frontend"
193
group PacketFence
0 commit comments