Questions tagged [icingaweb2]

25 questions
0
votes
2 answers

AzureAD authentication to Icingaweb2

Is it possible to authenticate to Icingaweb2 through AzureAD (SAML/oauth2/openID) ?
0
votes
1 answer

How to escape commas in Icinga array argument

I have a Python script that takes a variable amount of integers and does some work with them. The values are passed to the script with the command-line argument -s. When I run the script locally, it works fine: python check_myScript.py -s 1 2 3…
Taylor Liss
  • 593
  • 4
  • 27
0
votes
1 answer

Monitor managed MySQL Server from Icinga

I am using an Azure managed MySQL server to host my DBs. I want to monitor using a test connection to one of the DB whether server is up or not. How can I add this check to my Icinga2 service? PS - I am aware of check_mysql command but how to use…
Ani
  • 463
  • 4
  • 20
0
votes
2 answers

psql: FATAL: password authentication failed for user "icinga"

I am trying to setup Icinga 2 on CentOS7 and followed instructions as mentioned in the official document. [https://docs.icinga.com/icinga2/latest/doc/module/icinga2/toc#!/icinga2/latest/doc/module/icinga2/chapter/getting-started][1].I have created…
user2401547
  • 131
  • 1
  • 10
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

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

Javascript TypeError when using Leaflet.js

I'm using the icingaweb2 nagvis module, which uses Leaflet to show a world map. Most things work, but when I click on the map, the following error is shown: Javascript error occured: Uncaught TypeError: Cannot read property 'call' of undefined h t t…
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
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

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