Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNMP Relay / probing from a device/agent on another network #1872

Open
W1BTR opened this issue May 10, 2024 · 2 comments
Open

SNMP Relay / probing from a device/agent on another network #1872

W1BTR opened this issue May 10, 2024 · 2 comments

Comments

@W1BTR
Copy link

W1BTR commented May 10, 2024

[Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Somewhat similar to #112 - which mentions SNMP scanning of printers.

Describe the solution you'd like
Allow a device to be used to check the status of other devices on its network using SNMP (or even better, receive SNMP traps). This snmp device could then show up as an additional device on the overal list, or simply as a status on the "probe" device's details.

The configuration options needed would be:
SNMP OID: (the oid to check for)
SNMP Community: (SNMP Community, which acts as an encrpytion key)
SNMP Value type: (string, displaystring, integer)
SNMP Version: (v1, v2, v3)

and then some manipulation to work with the results such as expected numbers or values, ranges inside and outside of numbers, etc.

Describe alternatives you've considered
Currently we use Davicom Cortex Units at each site. These units are expensive at about $2,000-$10,000 each depending on the configuration. SNMP is implemented, but it's a bit buggy and hard to set up.

We're also looking into Zabbix, but it's SNMP implementation is weak at best, and the configuration is a nightmare. Plus, this is another paid solution

Additional context
SNMP is used in far more than printers. For us, we use SNMP to monitor police and fire radio repeaters, UPS units, DC Power Distribution Panels, GPS Time Clocks, Network Switches, and much more. Almost everything we work with supports SNMP to get status indicators like alarms, GPS Lock Status, and more!
](#112)

@W1BTR W1BTR changed the title SNMP Relay SNMP Relay / probing from a device/agent on another network May 10, 2024
@silversword411
Copy link
Collaborator

Sounds like you need an NMS (Network Monitoring System). OpenNMS, librenms, Prometheus, netxms kinda thing.

@eduardomozart
Copy link

You may also consider using a SNMP Proxy. I wrote about it here (Google Translate): https://translate.google.com/translate?sl=pt&tl=en&hl=pt-BR&u=https://eduardomozartdeoliveira.wordpress.com/2024/05/09/howto-grafico-de-varios-dispositivos-usando-um-snmp-proxy-net-snmp/&client=webapp
You can find the original post which this article is based on EN at the Cacti Forums: https://forums.cacti.net/viewtopic.php?t=28175
But in fact it seems you need a third party solution as TacticalRMM doesn't seem to be intended to do this. Here you can find a NMS comparision table: https://eduardomozartdeoliveira-wordpress-com.translate.goog/2024/05/10/tabela-comparativa-de-nmses-opensource/?_x_tr_sl=pt&_x_tr_tl=en&_x_tr_hl=pt-BR&_x_tr_pto=wapp
Zabbix is free, and if you have a complex infrastructure to monitor, it seems you also should have resources to pay for a commercial solution. The free ones you also pay, the time you waste searching documentation and troubleshoot issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants