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
0
votes
1 answer

NagiosXI install fail: [Errno 256] No more mirrors to try

I'm trying to install NagiosXI.5.5.8 on a fresh VM image of RHEL7.6 minimal install. It fails on the step 1 of running ./fullinstall with an error of [Errno 256] No more mirrors to try.
mikel
  • 113
  • 7
0
votes
1 answer

nagios mysql replication plugin displays failed state for remote server

I have a mysql master master replication on 2 servers and it is working fine. Now I need to monitor it with nagios plugin. I downloaded the check_replication.sh from the nagios website and added it as a plugin in agent server. when I run the…
sandy
  • 43
  • 1
  • 1
  • 7
0
votes
1 answer

nagios enable_notifications not working

I am trying to disable all notifications on my nagios core server. Initially I changed nagios.conf with enable_notifications=0. It worked and when I go to GUI, I was able to see red notification saying "notifications are disabled". Then I reverted…
Ashif Nataliya
  • 912
  • 2
  • 13
  • 28
0
votes
0 answers

Gateway Timeout - Nagios Availability Report

I'm trying to fetch Availability Report for 3 months. For 2 months I can able to fetch the Report. But If I set the report for 3 months, Im getting "Gateway TimeOut" issue. How to fix this issue?
user2439278
  • 1,222
  • 7
  • 41
  • 75
0
votes
1 answer

Display all status messages of service in nagios xi

How shall I see all the status messages of a service in nagios xi. I send multiple status messages and the latest message is displayed in the dashboard UI. From where shall I retrieve all the previous messages?
KarthikVR
  • 1
  • 1
0
votes
0 answers

Nagios server status on confluence

Is it possible to print/display Nagios server status report on confluence page? I want to automate it so confluence page grabs data and display on its side
aa4931
  • 1
  • 3
0
votes
1 answer

Creating Ansible role for services addition to nagiosXI

I am trying to add a service to the NagiosXI with the below CURL command. curl -k -XPOST "https://16.231.22.60/nagiosxi/api/v1/config/service?apikey=qfOQpKFORCNo7HPunDUsSjW7f2rNNmrdVv3kvYpmQcNdSS2grV2jeXKsgbv3QgfL&pretty=1" -d "host_name=***{{ item…
user9698169
0
votes
0 answers

sender-host=ARG - Nagios

I’m currently working on Windows Server 2016 with NSClient++ (x64) 0.5.0062 I have written a powershell script to send notifications to Nagios using this line of code Set-Alias nscp "C:\Program Files\NSClient++\nscp.exe" -Scope Global nscp client…
0
votes
2 answers

How to configure https_check URL in nagios

I have installed Nagios (Nagios® Core™ Version 4.2.2) in Linux Server.I have written a JIRA URL check using check_http for HTTPS url. It should get a response 200, but It gives response HTTP CODE 302. [demuc1dv48:/pkg/vdcrz/Nagios/libexec][orarz]#…
user2439278
  • 1,222
  • 7
  • 41
  • 75
0
votes
3 answers

Perl ASCII variable to Decimal with "." after every letter

I'm making a Perl plugin for Nagios for the F5 load balancer. I have to convert the pool name to a decimal format that matches the OID for SNMP. my ( $PoolName ) = $ARGV[1]; my ( $rootOIDPoolStatus ) = '1.3.6.1.4.1.3375.2.2.5.5.2.1.2'; For…
BigD
  • 5
  • 1
0
votes
1 answer

extract nagios availability report

I am trying to extract the nagios availability report data from nagios (Nagios® Core™ 4.0.8) for a week(7days) and get the output in csv format. Here is the URL in am querying to backend /passing as arguments to avail.cgi…
Alex
  • 189
  • 4
  • 23
0
votes
2 answers

Extract Nagios object definitions from a monolithic configuration file to individual files

I am porting some old Nagios configuration data across from Nagios Core to Nagios XI. Part of this work means that I need to extract some object definitions and place them into individual files named by hostname (example to follow). I can see a…
0
votes
1 answer

How to have custom warning and critical time for nagios check_http?

My current service definition for a host looks like this define service{ use xyzserver host_name backup.xyz.com service_description http …
sherpaurgen
  • 3,028
  • 6
  • 32
  • 45
0
votes
1 answer

Nagios JMX Plugin check_jmx command not found

I am setting up the monitoring Kafka with Icinga2 as specified here. I am using Centos7 and following the steps mentioned below Step 1: Downloaded Check_JMX plugin by issuing the command wget -c…
user8363477
  • 655
  • 4
  • 14
  • 24
0
votes
1 answer

Install Nagios plugins - missing install instructional step?

I have Nagios XI installed and want to monitor remote Redhat machine using SSH. Installing the agent is likely not allowed in our environment. This is from Nagios instruction from the page 2 Before you can use the check_by_ssh plugin, you must…
ikask
  • 318
  • 2
  • 11
  • 23