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

ICINGA - passive checks

I have been using Icinga for our infrastructure monitoring. I am using active checks for about 300 services and I am interested in setting up passive checks now as I would like to get all the critical events from the Event Viewer on a Windows…
0
votes
1 answer

icinga2 - where to change client monitoring commands?

system ubuntu 16.04 On master node where icinga2 is installed #ls /etc/icinga2/repository.d/hosts/WIN-U52321E0BAK/ disk C%3A.conf disk.conf icinga.conf load.conf ping4.conf ping6.conf procs.conf swap.conf users.conf All conf files have…
sherpaurgen
  • 3,028
  • 6
  • 32
  • 45
0
votes
0 answers

Apache2 returns result type html for png

I try to install icinga2 and icingaweb2 on a Ubuntu 16.04 with Apache 2.4.18 With icinga2 everything works fine. For icingaweb2 I used the official way with package repositories (02-Installation.md), that created the folder under…
0
votes
1 answer

Icinga2 is monitoring the same host

I'm experiencing a problem where Icinga2 is monitoring the lochalhost for example diskusage even though I set the IP to a different server. What do I do wrong? Heres my config for one of the hosts: object Host "tellus" { import "generic-host" …
0
votes
1 answer

check_mysql_health - how to check non numeric output

I'm trying to check mysql queries output and compare the result with some values for my Nagios services checks. It can be that there is a better way to resolve this (and if so - please share :))... For now, I'm trying this method:…
Gili Lapid
  • 53
  • 2
  • 6
0
votes
1 answer

How can I add more Icingaweb2 user?

I am using Icinga2. [Administrators] users = "admin" permissions = "*" groups = "Administrators" This one is configuration for IcingaWeb2 admin user Authorization. I can login in using admin user. By their documentation, any user under…
Shahriar
  • 13,460
  • 8
  • 78
  • 95
0
votes
2 answers

QNetworkAccesssManager icinga / nagios acknowledge

I have a function who sending ack into the icinga / nagios server. Function - sendAcknowledge void MNetworkConnector::sendAcknowledge(QString service, QString host) { QNetworkAccessManager *ackmanager; ackmanager = new…
exo
  • 373
  • 5
  • 22
0
votes
1 answer

Icinga2: how to define a CheckCommand the requires one of many possible parameters?

I have a CheckCommand defined in Icinga2 that looks like this: object CheckCommand "foo" { import "plugin-check-command" command = [ "/opt/my_plugins/check_foo" ] arguments = { "-a" = { value = "$foo_a$" …
Luke404
  • 10,282
  • 3
  • 25
  • 31
0
votes
3 answers

monitoring jboss process with icinga/nagios

I want to monitor jboss if its running or not through Icinga. I don't want to check /etc/inid.d/jboss status as sometimes service is up but some of the jboss is killed or hang & jboss doesn't work properly. I would like to create a script to monitor…
Manii
  • 55
  • 8
0
votes
1 answer

Icinga2 checks over multiple hosts

I have an HPC cluster and I would like to monitor its health with Icinga2. I have a number of checks defined for each node in the cluster, but what I would really like is to get a notification if more than a certain percentage of the nodes are…
0
votes
2 answers

Icingaweb2 on a Server doesn't start

So, I installed Icingaweb2 on a Ubuntu 16.04 server, but when I type in the IP/icingaweb2 I only get the message
skater99
  • 1
  • 2
0
votes
1 answer

Monitor Failovercluster roles with Icinga2

I'm using Icinga2 with NSClient++ I have a PowerShell check for certain cluster roles which is installed on every cluster node. Should a cluster role fail, all cluster nodes would send out identical notifications which will result in a lot of spam…
matthenning
  • 41
  • 1
  • 7
0
votes
1 answer

Install icinga2 web as non root user / Source installation

I am installing icinga2web, I need to copy files to /usr/share location to run icinga web. In order to do that we need root privilege. Is there any other option available to install in some other location? I need to install icinga in remote host…
saravanakumar
  • 1,747
  • 4
  • 20
  • 38
0
votes
1 answer

executing check_nrpe from iCinga2

I am trying to execute nrpe plugin from my iCinga server like this /usr/local/nagios/libexec/check_nrpe -H -c \ 'nrpe_check_traffic_status' -a '2' '3' -p I have made some print in plugin this is the result >>opt>> -w >> arg…
saravanakumar
  • 1,747
  • 4
  • 20
  • 38
0
votes
1 answer

AD authentication for ICINGA

Hi I am trying to authenticate icinga(centos) using AD in the same VPC.But failed in every attempt. Is it not possible to use AD authentication for ICINGA? Please help.
techNlogic
  • 11
  • 3