Can we monitor internet usage of the multiple users?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
prabakaran
Posts: 8
Joined: Fri Aug 03, 2012 4:48 am

Can we monitor internet usage of the multiple users?

Post by prabakaran »

Hi,

I have a situation to monitor internet usage of each user's in my network. Can we identify the usage of the internet and send critical message when exceeding some level ?
How can I find top internet utilizer ? Suggest me to resolve this.

Thanks,
Prabakaran.R
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Can we monitor internet usage of the multiple users?

Post by abrist »

Are the users on separate hosts on the network? What type of OS is running on the user's systems?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
wezelboy
Posts: 13
Joined: Tue Feb 26, 2013 1:34 pm

Re: Can we monitor internet usage of the multiple users?

Post by wezelboy »

If your router/switch supports snmp you can use check_snmp_netint.pl and either have a separate service check for each interface or just have one service check that will gather info on all the interfaces. You can use a nagios grapher (I use pnp4nagios) to graph the performance data.

You could query the hosts directly over snmp, but Windows hosts will give you problems at higher bandwidths. It's better to get the info from the switch.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Can we monitor internet usage of the multiple users?

Post by abrist »

@Wezelboy: Thanks for the suggestions. We first need to know if the OP needs user-level statistics or workstation-level stats.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked