NetXMS Support Forum

English Support => General Support => Topic started by: pr0xity on October 16, 2023, 10:55:41 AM

Title: show alerts from grafana in netxms event monitor
Post by: pr0xity on October 16, 2023, 10:55:41 AM
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? :)
Title: Re: show alerts from grafana in netxms event monitor
Post by: pr0xity on November 24, 2023, 02:56:15 PM
BUMP..

Still stuck on this, anyone got any ideas?
Title: Re: show alerts from grafana in netxms event monitor
Post by: Filipp Sudanov on November 29, 2023, 10:29:51 AM
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