Is there a way to measure the network traffic to the NLS cluster from within the application?
I am trying to come up with a solution to show outside people the traffic going to the cluster while still being as lazy as possible. Right now I have a separate system with wireshark scanning the network.
Question: Network traffic meter
Re: Question: Network traffic meter
Not currently. I'm not entirely sure how you could go about that in a relatively hands-off way without Wireshark or something like Nagios Network Analyzer. Logstash doesn't really have a concept of what sort of throughput it's handling.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Question: Network traffic meter
One solution is to enable SNMP on your log servers and then monitor them using the Nagios XI Network Switch/Router wizard. Yes this does require you to have a Nagios XI installation but it's a somewhat simple solution.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Question: Network traffic meter
I had a feeling that would be the case. I might just move wireshark to a STIG'd system and create a webpage that people can access. Thanks for the assist guys; this can be closed up.