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
2 answers

Use of uninitialized value $5 and argument isn't numeric in numeric lt (<)

I'm discovering the language Perl. I try to create a script to integrate inside my Nagios server, but i got two errors that I'm not able to resolve. Can you help me? The errors are the following: Use of uninitialized value $5 in concatenation (.)…
Dont Know
  • 3
  • 1
0
votes
0 answers

How to store data in nagios from a kafka consumer

I am very new to the Nagios system. I have installed and up nagiosXI and nagios log server on my Linux server. I have a Kafka cluster that has many JSON items in it. And also a consumer which can read data from it. my data is location-based. This…
Emad Helmi
  • 652
  • 8
  • 25
0
votes
1 answer

Raid alert catch python script need to have Nagios logic added

Can someone please help how can I add Nagios logic to catch alerts to my below python script? I tried adding the sys.exit(0) and sys.exit(1) for all OK and CRITICAL, Or Please Let me know what I should do, So that this script when run Nagios catch…
Suresh Ravi
  • 63
  • 2
  • 8
0
votes
1 answer

Nagios Error: The server is temporarily unable to service your request due to maintenance downtime or capacity problems

I freshly installed Nagios on the server and post-installation I am trying to access Nagios it is giving me the error as : The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again…
Abhishek Anvekar
  • 338
  • 1
  • 5
  • 18
0
votes
2 answers

How can be Nagios RRD database imported to Influxdb

Is there any way we can import the NagiosXI RRD database into Influxdb which can be further pushed to the grafana dashboard.
0
votes
1 answer

Nagios won't create performace-data for plugin

I made a bash script for Nagios to test with Nagiosgraph. Rrd files are however not being created for this script. Default plugins that come with Nagios work well with Nagiosgraph and rrd files of those plugins are also present. Here is the…
tirogza
  • 13
  • 2
0
votes
1 answer

Nagios config file syntax

I need to know the name of Nagios config files syntax, and how to parsing. An example of Nagios host define. define host { host_name bogus-router alias Bogus Router #1 address …
0
votes
0 answers

By changing MIB values(SNMPv2 to SNMPv3), new SNMP Traps are not being received

I have two diffrent kind of Traps.(SNMPv2 & SNMPv3). mibs of SNMPv2 start from ".29723.100.3.1" & other SNMPv3 ones MIB starts from ".29723.500.3.1". Now i have updated one of my system configuration from SNMPv2 to SNMPv3 (i.e. ".29723.100.3.1" to…
0
votes
1 answer

Nagios: how to apply manual changes in services cfg files

I am using NagiosXI 5. I have changed the content of "check_command" in /usr/local/nagios/etc/services/myconfig.cfg. However, this change is not visible in Nagios. I have tried "Apply Configuration" and even restart service nagios on the computer…
meolic
  • 1,177
  • 2
  • 15
  • 41
0
votes
1 answer

AWS event logs command

I am trying to find a cli-command which will report the latest alerts reported by AWS such as operational issues, security notifications and so on. Is there a cli-command for this task (image)? FYI: Goal is to get the latest alerts and publish in…
0
votes
1 answer

Nagios doesn't Trigger Continuous Alerts

I have setup Nagios on one of my VM. I receive the first alert when a service is Critical. But I do not receive the subsequent alert/email. Host template config define host { name host-template alias …
ERR
  • 415
  • 2
  • 6
  • 20
0
votes
0 answers

Apache log monitor inside a container

I have a Nagios Log server installed on ubuntu 18.04. and I can access my ubuntu system logs as per documentation. Now I want to monitor apache error and access logs, which are in docker containers. Just wanted to know the process for same. I have…
Jaishree Mishra
  • 545
  • 2
  • 5
  • 24
0
votes
1 answer

Nagios Invalid Password

First I get this error "connect to address 10.0.0.102 and port 12489: Connection refused", then I made some changes according to forums and I changed nclient.ini file. I adjusted the allowed hosts and password. Then server side the Status…
albatross
  • 455
  • 2
  • 8
  • 27
0
votes
1 answer

Nagios Alert returns "NRPE: Unable to read output" Command: check_service!httpd

I have installed Nagios on Redhat with the following configurations: /usr/local/nagios/etc/static/commands.cfg define command { command_name check_service command_line $USER1$/check_nrpe -H…
kamal
  • 9,637
  • 30
  • 101
  • 168
0
votes
1 answer

Nagios web interface doesn't accept the credentials

I have a nagios4 instance running in a container and based on "nagios4_inspect" file the credentials are: "NAGIOSADMIN_USER=nagiosadmin", "NAGIOSADMIN_PASS=nagios", But when I go to the http://localhost/nagios and insert the credentials it doesn't…
AVarf
  • 4,481
  • 9
  • 47
  • 74