You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ece-install installs software that listens on specific ports. When installing the munin node, it should add munin graphs for different TCP ports that it feels "are important"
I would say that the following ports should be monitoried:
80 — public facing HTTP ports
443 — public facing SSL port (
8080 — internal HTTP port
8081 — internal HTTP port
3306 — database traffic
of course, only if the service is being listened to...
The code to do this is as simple as
ln -s /usr/share/munin/plugins/port_ /etc/mu
The text was updated successfully, but these errors were encountered:
ece-install installs software that listens on specific ports. When installing the munin node, it should add munin graphs for different TCP ports that it feels "are important"
I would say that the following ports should be monitoried:
of course, only if the service is being listened to...
The code to do this is as simple as
The text was updated successfully, but these errors were encountered: