Skip to content

Application (module) for Observium to show TCP Connections States

License

Notifications You must be signed in to change notification settings

theratman/observium-app-tcpstates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

observium-app-tcpstates

Application (module) for Observium to show TCP Connections States

About

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.

Usage

  1. 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.
  2. 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.

Enjoy!