Operating System - HP-UX
1833776 Members
2369 Online
110063 Solutions
New Discussion

MRTG config file for monitoring port 80 and 443 traffic

 
SOLVED
Go to solution
Ken Penland_1
Trusted Contributor

MRTG config file for monitoring port 80 and 443 traffic

Does anyone know where I can get my hands on a config file for MRTG that monitors port 80 and port 443 traffic?

Thanks!
'
2 REPLIES 2
Michael Steele_2
Honored Contributor

Re: MRTG config file for monitoring port 80 and 443 traffic

Kevin Wright
Honored Contributor
Solution

Re: MRTG config file for monitoring port 80 and 443 traffic

Without the use of SNMP, you have to create the scripts to get the values you want, then set the baseline value to 0 to mrtg can graph the output.
You may want to run a script such as snoop or nettl/tcpdump, which counts/monitors the connections on a certain port for a given time period, then sends the values to mrtg to graph.