Hello everyone, can you tell me if I can use Zabbix on a network of 30 Windows computers to monitor the Internet traffic consumed at the current time and monitor which site the user of a particular computer is currently on?
Ad Widget
Collapse
use Zabbix on a network of 30 Windows computers to monitor the Internet traffic
Collapse
X
-
Tags: None
-
Yes. Yes you can.
However setting it up might be chalenging. You would need to find a way to pass information on the current trafic on the host. Do you mean to monitor Web browsers? There is no out of the box solution but you can try to create your own 
My solution would be to install an agent on each computer and monitor Windows with use build in template. Monitor trafic with:.Code:net.if.in[interface_name] net.if.out[interface_name]
But to monitor websites - Id go by setting a proxy server and monitor the server with a Zabbix - might be easier than finding a way to monitor Web browsers themselves.
Comment