I work for a small WISP that needs to keep track of CPE radios that are installed in the field. I was attracted to OpenNMS at first because it could accept XML sent from the radio (which run a bare-bones embedded Linux) which could trigger a device registration. It looks like Zabbix can do this too, but from what I've read I'd have to get agentd running on the radios which is not ideal. Is there a way I could trigger a registration without agentd, using something like a bash script and netcat (which worked in OpenNMS)? This would be a one-time thing, just to register the device, as I can monitor the radios via SNMP once added.
Thanks.
Thanks.

Comment