We are using nagios XI APIs (create and query a host, host group, service etc) in out application. We had used CURL and now converted to REST via request module. We now want to implement the same using nagios core module. Is it possible? Does the API remain same? Any help is very much appreciated. Thanks in advance.
Nagios XI APIs to be changed to Nagios core APIs
1k Views Asked by KarthikVR At
1
There are 1 best solutions below
Related Questions in NAGIOS
- 403 Forbidden and 13 Permission Denied
- Nagios with Munin services gives unknown
- How to monitor Wildfly with Nagios?
- Questions Nagios Monitoring
- Nagios monitoring for Exchange highavailability [Failover]
- Centreon/Icinga: command by services
- python3 sys.exit vs SystemExit
- Nagios check_ssh plugin not working
- Can Nagios be used on embedded devices
- Storing data from Nagios into MariaDB using ndoutils-2.0.0
- Can we add 2 event handlers in nagios service definition
- Nagios to monitor network firewall, router, switch and wireless equipments
- gitlab not working after installing nagios and apache but still both nginx and gitlab are running
- Make fact available during puppet catalog compilation
- LDAPS Authentication for Nagios Web GUI
Related Questions in NAGIOSXI
- Nagios check_ssh plugin not working
- Storing data from Nagios into MariaDB using ndoutils-2.0.0
- Is there a way I can get historic performance data of various alerts in Nagios as json/xml?
- CHECK_NRPE: Error - Could not complete SSL handshake
- Attribute Syntax for JSON query in check_json.pl
- How to have custom warning and critical time for nagios check_http?
- Extract Nagios object definitions from a monolithic configuration file to individual files
- By changing MIB values(SNMPv2 to SNMPv3), new SNMP Traps are not being received
- Nagios: how to apply manual changes in services cfg files
- nagios mysql replication plugin displays failed state for remote server
- Nagios Error: The server is temporarily unable to service your request due to maintenance downtime or capacity problems
- Raid alert catch python script need to have Nagios logic added
- Use of uninitialized value $5 and argument isn't numeric in numeric lt (<)
- Nagios won't create performace-data for plugin
- How can be Nagios RRD database imported to Influxdb
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Nagios Core does not contain a rest API like XI, this is additional functionality that Nagios XI provides.