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

Critical pattern in nagios

I have to monitor the string HTTP/1.1" 404 in nagios. So i am using check_logfiles plugin to create the monitor. I have created the defination below define service { service_description Logfile_xyz 404 exception …
Rajesh
  • 13
  • 1
  • 7
0
votes
1 answer

Storing data from Nagios into MariaDB using ndoutils-2.0.0

I am using ndoutils-2.0.0 for Storing Nagios data directory into MariaDB Database. For this I am using the below URL : http://linuxkarthik.blogspot.in/2011/02/how-to-install-ndoutils-on-centos.html In my case MariaDB database and Nagios in on…
user3441151
  • 1,880
  • 6
  • 35
  • 79
0
votes
1 answer

Nagios check_ssh plugin not working

When I run the below command in the Nagios client machine, it is working good. **/usr/lib/nagios/plugins/check_ssh -H 127.0.0.1 -p 22** *SSH OK - OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.6 (protocol 2.0) | time=0.004430s;;;0.000000;10.000000* When running…
Sekhar
  • 499
  • 2
  • 6
  • 15
0
votes
1 answer

Nagios retry interval when they have OK or UP state

I configure one Linux Host to Nagios Monitoring Server Using NRPE Plugin. For this I follow the below URL http://www.tecmint.com/how-to-add-linux-host-to-nagios-monitoring-server/ I have to check some services of Linux Host. For monitoring linux…
user3441151
  • 1,880
  • 6
  • 35
  • 79
0
votes
2 answers

NagiosQL "do it" Button Cannot Restart Nagios

In the NagiosQL web GUI, section Tools -> Nagios Control, clicking the button the restart Nagios does not properly restart Nagios. This is evident if you look in /usr/local/nagios/var/rw after sending the restart request. Notice that "nagios.cmd"'s…
user2423096
  • 53
  • 1
  • 8
0
votes
1 answer

Get IP address of Nagios computer being monitored

I'm trying to get the current IP address of each adapter on a monitored nagios computer. I use the NRDP agent to push the status updates to the Nagios server. I need to know what the current IP address is for each adpater on the computer. I took a…
mithrix
  • 542
  • 1
  • 4
  • 21
0
votes
1 answer

Can we achieve website monitoring from different geographical locations using nagios or Nagios plugin i.e. gearman?

I'm in the project to implement website monitoring from difference geographical locations using nagios. Can anyone help me to understand this better that how can we achieve this?
0
votes
1 answer

waht is the default address ip of nagios server

what is the default address IP of Nagios server? allowed_hosts=127.0.0.1, Thank you in advance.
Ktari zied
  • 157
  • 1
  • 2
  • 13
0
votes
1 answer

Remote Service is not Running from Nagios Monitoring Server

I am using Two VM. First : Ubuntu 14.04.3 LTS (192.168.1.102) Second : CentOS 7 (192.168.1.105) On 192.168.1.102 I have Nagios Core v4.1.1, NagiosQL v3.2.0 and NRPE v2.15 are installed. On 192.168.1.105 I have Apache Apollo and NRPE v2.15 are…
user3441151
  • 1,880
  • 6
  • 35
  • 79
0
votes
1 answer

APIs for Nagios

I want to know if there are any APIs available for creating users and project or user space in Nagios, so that we can automate the process using Python scripts. Thanks & Regards, Learner
Learner
  • 1
  • 1
  • 3
-1
votes
1 answer

Nagios XI APIs to be changed to Nagios core APIs

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…
KarthikVR
  • 1
  • 1
-1
votes
1 answer

Implement Nagios Topography to avoid over-alerting

How to Implement Nagios Topography to avoid over-alerting. Also how can we improve nagios performance to get avoided from fake alerts.
Vishal Bhosale
  • 51
  • 3
  • 11
-1
votes
1 answer

Perl subroutine not running when script executed from Nagios XI back-end

I have a Perl script that is executed from Nagios XI. It has two subroutines: SendEmail and SendTraps. The script works fine when executed manually by passing the required parameters, but it doesn't work when triggered from Nagios. The script gets…
-2
votes
1 answer

Attribute Syntax for JSON query in check_json.pl

So, I'm trying to set up check_json.pl in NagiosXI to monitor some statistics. https://github.com/c-kr/check_json I'm using the code with the modification I submitted in pull request #32, so line numbers reflect that code. The json query returns…
-2
votes
1 answer

Perl Returning error for ls -l command

I am running a perl script from Nagios to check some files for certain characteristics on a windows machine. When I run the script from Nagios it responds with a result of: UNKNOWN ERROR - execution of LANG=C ls -l resulted in an error 32512 - My…
mithrix
  • 542
  • 1
  • 4
  • 21