24 Jan
2020
24 Jan
'20
8 a.m.
Le Thu, 23 Jan 2020 11:58:32 -0500, Josh Luthman <josh at imaginenetworksllc.com> a ?crit :
Is your port check above the DEFAULT? Can you share your config file?
Yes, i'm using includedir analysis.d at the end of analysis.cfg
tail -2 analysis.cfg ; cat analysis.d/xxxxx-prod-pool1.cfg | grep -v -e "^$" -e "#"
directory analysis.d
HOST=zzzredis01 PORT "LOCAL=%([.:]6379)$" state=LISTEN TEXT=redis02 PROC /usr/bin/redis-server HOST=zzzmysql02 PROC mysqld 1 1 PORT LOCAL=%[\.:]3306 STATE=LISTEN min=1 TEXT=mysql3306
Flapping means it's gone up/down a handful of times in a finite amount of time (I can't remember the numbers). Not sure how that would apply with a lack of port check though.