Questions tagged [icingaweb]

6 questions
2
votes
0 answers

Icinga-Web + Nginx - Unregistered handler

I installed Icinga2 (2.6.3-1), Postgres (9.5.6), nginx (with PHP and Postgres dependencies) and Icinga-web (1.13.1) following this tutorial wich are working perfectly. But now i am trying to run Icinga-web using nginx and i get this error : -> 500…
L. Delap
  • 21
  • 1
0
votes
1 answer

Check interval in icinga2?

I am trying to change the check_interval time for a single domain to 5 minutes but icinga2 doesn't override it. The checks are done every 1 minute. Here is my conf. The main domain examplemanager.com Icinga checks for 5 minutes but I want…
hrai
  • 1
0
votes
1 answer

How to get downtime on Icinga?

I'm working on a project and we are using Icinga to monitor some services. However, we need to get a downtime from some services, but I can't find it. For an example: My service is UP, running for 5 mins. Suddenly, service is down. After 10 minutes,…
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
2 answers

PDO Connection Error: SQLSTATE[HY000] [1045] Access denied for user 'icinga'@'localhost' (using password: YES)

I installed icinga-web on amazon aws instance and when I open icinga-web in my browser, I see messages in yellow boxes that "Request failed" and when I go to console and click on that error I got stacktrace like this PDO Connection Error:…
Mithil Amin
  • 207
  • 1
  • 6
  • 14
-1
votes
1 answer

prevent application from generate self-signed certificate on startup

Dears, I have applications that run in a docker which are from https://github.com/REANNZ/etcbd-public. the certificate of Icinga tool has expired and when I tried to install a new SSL from a Certificate Authority the system regenerates another…
raiya
  • 15
  • 5