First of all I'm a noob.. I've only been using Zabbix for little over a year now. My particular situation, and something I have been searching for, and haven't been able to find, ( I searched this forum and couldn't find it ). my lack of terminology might be the issue in my poor search results.
In any case.
I am currently monitoring a specific port using
tcpdump -i any port 31983
the output shows a "length" of either zero ( a valid keep alive signal ) and 495 the proper size of the actual data being sent from a client. ( that number changes on the client being served ).
I would love to be able to allow zabbix to monitor that length and if there is any variation from those two lengths for a given period of time trigger an alert.
Have any ideas??
In any case.
I am currently monitoring a specific port using
tcpdump -i any port 31983
the output shows a "length" of either zero ( a valid keep alive signal ) and 495 the proper size of the actual data being sent from a client. ( that number changes on the client being served ).
I would love to be able to allow zabbix to monitor that length and if there is any variation from those two lengths for a given period of time trigger an alert.
Have any ideas??
Comment