Application (module) for Observium to show TCP Connections States
The powerfull monitoring tool Observium allows us to create new modules called Applications. Applications are modules designed to collect and display data collected from Linux hosts via the agent. These module use linux command ss
to collect TCP Connections States, and with the ✨magic✨ of Observium the data is processed, stored and displayed.
- On your Observium server copy all the PHP files to the corresponding place, ex. copy the file «includes/definitions/rrdtypes.inc.php» to your
/{OBSERVIUM_INSTALL_DIRECTORY}/includes/definitions/
. For more information of how to add application check this page. - On the client that you want to monitoring copy the unix agent «observium_agent/scripts-enabled/tcpstates» to
/usr/lib/observium_agent/scripts-enabled/
or/usr/lib/observium_agent/local/
depend on your configuration.