Xymon Mailing List Archive search

Xymon say "No port checks defined", but it configure to check in analysis and the same for procs

list Grégory Bulot
Mon, 27 Jan 2020 13:41:34 +0100
Message-Id: <user-e904d48fdf17@xymon.invalid>

Le Fri, 24 Jan 2020 12:48:06 +0000,
John Horne <user-e95f1ec2f147@xymon.invalid> a ?crit :

If Xymon is processing the client data netstat output, then I suspect
the '$' in your regex above is causing the problem. The netstat
output includes other info after the port number, but your regex is
saying it should be the end of the line.
I've already try a simple check, but nothing better, this one not more :


PORT LOCAL=%[\.:]3306 STATE=LISTEN min=1 TEXT=mysql3306

By the way, i'll try procs also, and it's the same trouble :

PROC mysqld     1 1
  WARNING: Flapping status
  "clear" No process checks defined

strange !