Questions tagged [nagiosxi]

Nagios XI is a server and network monitoring software which is enterprises version of Nagios Core.

Nagios XI has enhanced AJAX based user interface. Nagios users can customize their own preferred view of nagios.

It is equiped with in-built graphing capability based on RRD. It has dynamic dashboard provides high level status of infrastructure. Adding new equipments to monitor is done through the web based wizards. Nagios XI also has web configuration interface that allows to configure the Nagios Core.

61 questions
10
votes
15 answers

CHECK_NRPE: Error - Could not complete SSL handshake

I have NRPE daemon process running under xinetd on amazon ec2 instance and nagios server on my local machine. The check_nrpe -H [amazon public IP] gives this error: CHECK_NRPE: Error - Could not complete SSL handshake. Both Nrpe are same versions.…
Dushyant Gupta
  • 507
  • 1
  • 5
  • 24
5
votes
2 answers

Nagios Plugin Error: (No output on stdout) ... failed. errno is 2: No such file or directory

I am using custom Nagios plugins for the first time and am running into this error when I create a service for the plugin. (No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_load.py, ...) failed. errno is 2: No such file or…
Matt Hahn
  • 394
  • 1
  • 4
  • 13
3
votes
2 answers

Nagios alert integration with external tool

I'm integrating alerts and events from Nagios to my system. On searching I have found an integration of Moogsoft with Nagios(click). I have followed this, but it was not successful. In their 'Step 2: Configurations:' they mentioned about…
Melvin Moses
  • 407
  • 2
  • 6
  • 17
1
vote
1 answer

Nagios contacts configuration

I am new at learning the Nagios of 4.4.6 version. I have configured host configuration and service configuration in my Nagios CLI and restarted then everything updated on Nagios Web GUI (localhost/nagiosxi). When I was updating "contact" in web GUI,…
Aravind
  • 59
  • 8
1
vote
1 answer

How to convert json file from nagios to rrd for plotting with rrdgraph?

I am using nagios API(rrdexport) to get data for device , but i need to plot the data in rrdgraph, since rrdgraph only takes .rrd file as input , how to i convert json file back to .rrd file , or is there a way to plot rrdgraph with json file as…
R__raki__
  • 847
  • 4
  • 15
  • 30
1
vote
0 answers

How do you export the data from a Nagios XI service to a file

We want to export the value of a service to a file, that updates, so we can display it elsewhere. We have Nagios XI on a CentOS virtual machine that monitors a host using SNMP. The status of the service can be, for example, 0 or 1. We want that…
1
vote
0 answers

Is there an API in nagios to check the last schedule_downtime added against a particular windows server/(or its service)?

I am new to the Nagios monitoring world and I was looking to know if there is any rest-method base API available in Nagios to check when was the last schedule_downtime added against a particular windows server/(or its service) ? I tried something…
Nin
  • 99
  • 1
  • 8
1
vote
1 answer

PowerShell script does not take argument properly

I'm trying to have NCPA execute a PowerShell script on a server while providing it with arguments. I have done so before and have 3 different scripts that behave as expected. This one doesn't. To keep this short, I'm trying to use Get-Counter to get…
Domsch
  • 33
  • 2
1
vote
0 answers

check_jvm Nagios plugin to monitor java threads and heap memory not running

I have a Nagios monitoring system to monitor servers. I have a server in which WebSphere portal has been installed. I want to configure a system in which when there is high CPU usage/thread count increases, it automatically takes a thread dump. For…
Aditya Datta
  • 567
  • 2
  • 7
  • 17
1
vote
2 answers

Print more than one line output in nagios

I have written a script and it is printing multiline output. But in nagios it is showing only one line. Does anyone know how to print multilines in Nagios
Rajesh
  • 13
  • 1
  • 7
1
vote
1 answer

Run brew restart command using Homebrew module for Ansible

I have been trying to run the command brew services restart nrpe with the help of Ansible's homebrew module. I have gone through the documentation (homebrew ansible doc) but I couldn't find an example which does a similar thing. I have tried the…
Aryak Sengupta
  • 1,727
  • 2
  • 18
  • 23
1
vote
1 answer

Is there a way I can get historic performance data of various alerts in Nagios as json/xml?

I am looking to get performance data of various alerts setup in my Nagios Core/XI. I think it is stored in RRDs. Are there ways I can get access to it?
nikhilvora
  • 491
  • 1
  • 7
  • 19
1
vote
0 answers

Run service on Remote Server using Nagios custome bash/shell script

I have to check service is running or not on Remote Server(192.168.1.105) using Nagios Server if service is not running then I want to run this service. I am using Nagios with NRPE. For this I am using below script #!/bin/bash if pgrep -f…
user3441151
  • 1,880
  • 6
  • 35
  • 79
0
votes
0 answers

Force check with NagiosXI API using Python scripts

While trying to configure a script using python to write comments using the API i'm encounteringthe following error mesage: {"error":"Unknown API endpoint."} The code given by NagiosXI API System Reference, system/corecommand is the following: curl…
0
votes
1 answer

NagiosXI docker container: return code of 13 is out of bounds

I continually receive error in title. (see picture) nagios image However, I have given my sh script all permissions (chmod 777 with nagios as owner). My script also works fine on a nagios core container but with a nagios xi docker container, it…
1
2 3 4 5