Questions tagged [icinga2]

Icinga 2 is an open-source network and computer system monitoring application. Use this tag for questions relating to version two of the application.

Icinga 2 is version two of an open-source network and computer system monitoring application. Further information can be obtained from the following resources:-

There is a more general icinga tag, but it is recommended to use this tag for version two of the application.

112 questions
0
votes
1 answer

Icinga agentless configuration

We are planning to use icinga2 to monitor servers and performance data. But we can't install any agents on the remote hosts ( to be monitored). I believe there is agentless monitoring in Icinga2 but couldn't locate any relevant documents. I need…
SunilS
  • 2,030
  • 5
  • 34
  • 62
0
votes
1 answer

Icinga2 check_load plugin thresholds

I've recently installed Icinga2 on a bunch of Ubuntu LXC containers. I have a master node where you can log into icingaweb to check status. However the load thresholds seem low and I cannot see how our even where you can adjust the parameters. May I…
eekfonky
  • 819
  • 4
  • 16
  • 33
0
votes
1 answer

Include_recursive does not accept the absolute path

Include_recursive in windows is not accepting absolute path when i use drive name in it. For example, include_recursive “C:/ProgramData/icinga2/opt/icinga2/config” is not working but include_recursive “/ProgramData/icinga2/opt/icinga2/config” is…
ProgrammerPanda
  • 1,566
  • 1
  • 12
  • 16
0
votes
1 answer

Remove NFS mounted partitions from Icinga2 output?

We have about 10 servers which an NFS partition is mounted on all of them. All hosts on Icinga displays that NFS partition, so when NFS partition threshold is reached 10 mail notifications are sent for that specific error. The question is how can I…
Alireza
  • 6,497
  • 13
  • 59
  • 132
0
votes
2 answers

Remove default http service check

How can I remove the default http service check for agent-based servers? I already removed it on agentless but can't do the same for agent-based. Not all enrolled servers are webservers so an http check is not necessary.
Yvanne
  • 27
  • 2
  • 8
0
votes
1 answer

Icinga2 check_by_ssh

I would migrate from Nagios to Icinga2. I would try to migrate one my custom command that works in Nagios but i can't translate in Icinga. I would create one my custom "object CheckCommand" to use in some hosts. In nagios I have this (and still work…
barbatrukko
  • 51
  • 1
  • 3
0
votes
1 answer

How to reset a user password for Icinga-web version 1.8.4

I am running Icinga with Classic UI, but an year ago I added the Icinga-web as well. I have tested a couple of things with it and left it behind. Now I want to access it, but I don`t remember what were the credentials. Is there a way to reset the…
Xpema Kyp
  • 1
  • 1
  • 2
0
votes
1 answer

New Nagios BASH plugin output error: "Such Instance currently exists at this OID: integer expression expected"

I'm trying to write my first Nagios plugin to check the statuses on WLAN Controllers APs. The goal was to make a kind of "universal" plugin but I'm getting an error: .1.3.6.1.4.1.14179.2.2.1.1.3.0.: Unknown Object Identifier…
cflinspach
  • 290
  • 1
  • 4
  • 16
0
votes
1 answer

icinga2 disk space check or with three arguments

I am trying to configure icinga2 to monitor my linux server disk space using check_nrpe. my configuraiton is given below nrpe.cfg: command[check_root]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ icinga configuration object…
devops
  • 173
  • 4
  • 16
0
votes
1 answer

check_cluster in icinga2 checks

I am trying to configure check_cluster in icinga2. We currently have a health check that is carried on 8 servers. We wanted to notify if health check on 3 or more servers is critical. apply Service "Cluster Service Health Check" { …
John
  • 21
  • 4
0
votes
1 answer

Creating services manually with Icinga2 API not working

I am new on Icinga2, using 2.4.0 version and I am trying to execute some API calls but I have found a problem when I have tried to create a service manually. This is the command that I execute to create a service called api_dummy_service_1 for…
0
votes
1 answer

Jasper reports 6 & Icinga2 unable to resolve class org.icinga.reporting.DateHelper

I have installed Jasper reports server 6.3.0 along with Icinga-reporting (from the git repo) I can run sample reports without any problem, but when I try and run specific Icinga reports which have a time period they fail and error out with; Errors…
user3788685
  • 2,943
  • 5
  • 26
  • 45
0
votes
1 answer

Error using NRPE with ICINGA 2 - Unknown argument: -c

In order to migrate from icinga1 to icinga2, I'm basically concerned about the NRPE custom checks, till the time i tried to add just the basic memory check using NRPE. With command line everything seems to be fine and…
Kunal Saha
  • 19
  • 5
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
1 answer

NRPE fails to launch as service on SUSE Linux 12.0/12.1 client

The below output is given when checking the status of the NRPE service on the client. nrpe.service - Daemon to remotely execute Nagios plugins Loaded: loaded (//nrpe.service; enabled) Active: failed (Result: exit-code) since Fri…
nyshanin
  • 3
  • 3