show alerts from grafana in netxms event monitor

Started by pr0xity, October 16, 2023, 10:55:41 AM

Previous topic - Next topic

pr0xity

Hello

I need to get my alerts from grafana into netxms to diplay them on event monitor.
I've tried to search but I can't find any solutions for this. 



Will give a little more detail.
We have an php-script showing events from the event monitor in netxms.
We use loki and thanatos to gather metrix from our kubernetes clusters and grafana to show the metrix and to send alerts.

I need to have the alerts from grafana show on the event monitor so the php-scrip can show it with the other events.

Can anyone here help? :)

pr0xity

BUMP..

Still stuck on this, anyone got any ideas?

Filipp Sudanov

Let me list some approaches that can be used for integration:
- sending events into netxms using nxevent / nxaevent command line tools
- pushing DCI values - nxpush / nxapush tools
- netxms agent can monitor a log file and create events on matching lines
- web services can be used to get data from other systems - it's also possible to use nxsl script to parse received jsons.
- some external app can connect to netxms via Web API or nxshell