Using webhooks to Librenms server (and not from)

Hi @ds-04,

I guess you could do a similar thing there then. Run a webhook server and a python (or something else) script to glue it all together.

I’m thinking on 2 things that might work

1.- Send a ‘syslog’ or ‘snmp trap’ event to LibreNMS receiver?
2.- Check API collection to see whether any of the available endpoints will do you any favour.

For instance the other day I found out that update_fields would let me update ANY database field of a given device. So, when there is NO specific endpoint to do the job, you could look at the database schema and figure if there is anything you could use.

Just some ideas, sorry I can’t help much, I’m pretty new to LibreNMS myself.

Cheers,