Questions tagged [icinga]

Icinga is an open-source network and computer system monitoring application. It's a fork of Nagios. It is recommended to use the `icinga` tag together with the version specific tag, f.e. `icinga-2.0`.

About

Icinga is an open-source network and computer system monitoring application. It was originally created as a fork of the Nagios system monitoring application in 2009.

Icinga is attempting to get past perceived short-comings in Nagios' development process, as well as adding new features such as a modern Web 2.0 style user interface, additional database connectors (for MySQL and PostgreSQL), and a REST API that lets administrators integrate numerous extensions without complicated modification of the Icinga core.

Wikipedia page

Tagging Recommendation

It is recommended to use the icinga tag together with the version specific tag, f.e. icinga-2.0

Resources

  1. Icinga 2
  2. Documentation
  3. Community wiki
112 questions
0
votes
2 answers

nrpe : Network server bind failure (98: Address already in use)

I have installed iCinga and nrpe in same machine. I am using nrpe for monitor many linux machine, so I installed nrpe locally also. When I start my nrep locally service nrpe start it sows error like in /var/log/messages nrpe : Network server bind…
saravanakumar
  • 1,747
  • 4
  • 20
  • 38
0
votes
1 answer

Custom threshold for each host on Icinga2

Just installed Icinga2 2.3.2. Trying to find a way to set different threshold on process for each host. Any help?
user3796291
  • 169
  • 1
  • 2
  • 12
0
votes
1 answer

Ruby script can't find gem when running under another user

I have written a icinga2(nagios) check in ruby. It uses the splunk-sdk-ruby gem and works perfectly when I run it either as my user or as root. But when I add it in to icinga2 to run, I get a gem load error: /usr/local/rvm/rubies/ruby-…
cashman04
  • 1,134
  • 2
  • 13
  • 27
0
votes
1 answer

Icinga2 Cluster?

I'm trying to configure an Icinga2 Master Server with 2 Clients for the beginning. So I want the configuration like I'm configuring the Master and synchronize the Configs to the Clients. This works already, but if a client goes down. The Master says…
Zunno
  • 1
  • 2
0
votes
1 answer

Can I configure icinga to write or append on a rrd

I'm new to icinga and nagios. I'll appreciate any thoughts. I just like to ask, Can I configure icinga to write or append on a RRD file? I need to get all the historical data that icinga gets everytime. Or is there anyway for me to get all the…
VanDamme
  • 41
  • 1
  • 7
0
votes
0 answers

Puppet fails on icinga2 using puppet-icinga2 module

I am trying to bring up a box for icinga2 using vagrant and I am using puppet-icinga2 from https://github.com/Icinga/puppet-icinga2/tree/v0.6.2 so I have a role as shown below class role::icinga2_server { class { 'postgresql::server': …
PoX
  • 1,229
  • 19
  • 32
0
votes
1 answer

Icinga2 repository service remove "disk C:"

I am new to icinga2 and using repository.d and "node update-config" to get services of client. I am using it for windows server. I don't want multiple entries for disk monitoring like "disk" and "disk C:" to get added. Is it possible to remove "disk…
0
votes
1 answer

icinga, how to pass attribute to check Command

I have a conditionnal rule in Icinga to execute a script for checking cas authentification. The script use an URL and grep a string in the page returned. URL and string are given attributes to the script. Here's the defintion of a host : object…
0
votes
1 answer

Icinga2: how to configure to get value from the host configuration to monitoring load average per servers?

How to configure to get value from the host configuration to monitoring load average per servers? I would like to pass different LA values to different hosts. I use NRPE agent on a host. My current configuration is: On the a server…
0
votes
1 answer

Custom plugin check icinga2

I am a beginner in icinga and nagios usage for server management. I setup icinga on a machine and set up all the basics. The next step I tried was to check if certain services were running at ports 8080, 8081 and 8082 or not. I wrote a quick python…
Beginner
  • 2,643
  • 9
  • 33
  • 51
0
votes
0 answers

CHECK_NRPE: Error - Could not complete SSL handshake with nsclient++

I'm using NRPE (v2.15) on my Icinga-Server to check the memory usage on a windows host with nsclient++ (v0.4.3.143). Unluckily I always get the same error message when I try to check it: ./check_nrpe -H host01 -p 5666 -c CheckMem -a MaxWarn=95%…
Yunnigg
  • 55
  • 8
0
votes
1 answer

Pull data from icinga satellite to master behind firewall

I have the following situation: A private enterprise network with a Icinga2 master, monitoring the internal servers. The firewall blocks all inbound access, however all servers to have outbound internet access (multiple protocols, such as SSH, HTTP,…
Peter
  • 1,658
  • 17
  • 23
0
votes
1 answer

How to integrate windows on icinga2?

I'm new on Linux/monitoring and try my best :) So I set up the latest Icinga2 with Icinga2 Web on Ubuntu. All seems good to work. Now I'm trying to integrate a windows host. These Steps I did: edit the icinga.conf and added include…
hellskitchen
  • 123
  • 2
  • 8
0
votes
1 answer

Are services intrinsically tied to hosts in Icinga?

I am evaluating Icinga and Sensu for general service/host monitoring. One of the things we do with our services is manage them via orchestration tools (Mesos in our case). This prevents a service from necessarily running on any given host (it can…
DannoHung
  • 391
  • 1
  • 3
  • 10
0
votes
1 answer

Centreon/Icinga: command by services

I was wondering if it could be possible to recognize how a command is comformed with any services in Centreon? For example, which services contain the 'check_uptime' command?
Andrey Maraev
  • 141
  • 3
  • 9