Is there a simple (free) tool that checks your network for servers and shows the status? We've been using Zabbix, but it doesn’t work well and we don’t like it.
Is there a simple (free) tool that checks your network for servers and shows the status? We've been using Zabbix, but it doesn’t work well and we don’t like it.
You can employ nmap to identify devices on the local network that are active on the SNMP port. The command I utilize is: sudo namp -p <port> or <ports> separated by commas, or -sV -sS -T4 within a specified network range (e.g., 192.168.0.0/24).
You can employ nmap to identify devices on the local network that are active on the SNMP port. The command I utilize is: sudo namp -p <port> or <ports> separated by commas, or -sV -sS -T4 within a specified network range (e.g., 192.168.0.0/24).