Best Practices - REST API Integration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

Best Practices - REST API Integration

Post by sneha.irali »

Hi Team,

I just want you to know that we have enabled a external REST API Integration to poll the information from Nagios. Can I know if there is any known impact with such kind of integrations additionally I do not find any best practices with REST API Integration, can you help me with it if we have any.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: Best Practices - REST API Integration

Post by dchurch »

Yes, there is some small impact every time a REST request is performed. Specifically, it has to do a database lookup that it wouldn't otherwise perform unless someone was logged into the Nagios XI web interface.

It all depends on hat sort of API requests you were planning to do, and how frequently you were planning on doing them, as well as the number of hosts and services.

*Tip:* If you have the Nagios XI server monitor its own CPU load you can keep an eye on what sort of load your server is under, and gauge the impact of these REST requests.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked