API to add servers/checks

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
bwylie-booking
Posts: 1
Joined: Tue Feb 21, 2012 10:01 am

API to add servers/checks

Post by bwylie-booking »

Is there an API available so that I can automate the addition of servers and appropriate checks to Nagios without requiring manual input?
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: API to add servers/checks

Post by jsmurphy »

Nope, Nagios relies solely on flat files for configuration... so your API would be writing a script to look up stuff from a data source and then just dump text.
Locked