F5F Stay Refreshed Power Users Networks Utensil for checking networks, listing devices, and diagnosing system status.

Utensil for checking networks, listing devices, and diagnosing system status.

Utensil for checking networks, listing devices, and diagnosing system status.

E
elm4xo
Member
52
12-10-2023, 03:07 PM
#1
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.
E
elm4xo
12-10-2023, 03:07 PM #1

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.

S
SPACE_HEAD_43
Member
52
12-10-2023, 03:58 PM
#2
For network statistics, nmap is the right tool.
S
SPACE_HEAD_43
12-10-2023, 03:58 PM #2

For network statistics, nmap is the right tool.

M
Mr_Floobiful
Posting Freak
890
12-16-2023, 09:41 AM
#3
Take a look!
M
Mr_Floobiful
12-16-2023, 09:41 AM #3

Take a look!

T
Titan1578
Junior Member
13
12-25-2023, 07:14 AM
#4
It seems we're aiming for a straightforward SNMP scan. Shouldn't that be simple?
T
Titan1578
12-25-2023, 07:14 AM #4

It seems we're aiming for a straightforward SNMP scan. Shouldn't that be simple?

A
Ayella
Member
165
12-26-2023, 02:05 PM
#5
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).
A
Ayella
12-26-2023, 02:05 PM #5

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).