Search found 1 match

by jribeauv
Thu Jan 21, 2021 3:51 am
Forum: Nagios XI
Topic: Retrieve all events related to a service via curl
Replies: 1
Views: 85

Retrieve all events related to a service via curl

Hi, By using a NRPE plugin which sends timely based events whose status is always O.K. but attached datas are modified , I want to list them by using curl API such as : curl -XGET "http://x.x.x.x/nagiosxi/api/v1/objects/servicestatus?apikey=xxx&pretty=1 By using this request I retrieve only...