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

Changing Apache2 configuration to access icinga2 on root domain

I am trying to configure icinga using Apache2 web server on Unbutu OS, so the icinga dashboard is available on the root domain (http://example.com) and not on path (http://example.com/icingaweb2). I had changed the DocumentRoot in…
vikramaditya234
  • 1,278
  • 2
  • 18
  • 37
0
votes
0 answers

IcingaWeb2 change php73-fpm port

i'm change the php73-fpm port from 9000 into 9001, because the port of 9000 is used by another service, but when i start the icingaweb2 service it shows that the php73-fpm is not started, so i assumed that the icingaweb2 still use the old port that…
0
votes
0 answers

Icinga2 plugin not found inside docker

i'm trying to copy the custom plugin nagios into icinga2 container on path /usr/lib/nagios/plugins, i use dockerfile to copy the file, but when the container started, icinga2 won't found the plugin even thought the plugin is exist on the right…
0
votes
1 answer

Icinga Mysql migration error Table doesn't exist in engine

I have tried to perform update for icinga into 2.9.1 and to do this I need to apply migration on a sql database. The migration uses the following sql query: 2.9.0 migration CREATE TABLE `icingaweb_rememberme`( -> id int(10)…
Tomasz Juszczak
  • 2,276
  • 15
  • 25
0
votes
2 answers

Backslashes are not correctly encoded

I am at wits end. My scenario is that I am using python requests to interact with Icinga2 API and I am trying to schedule a downtime. So I know how that is supposed to works and it works most of time. But unfortunately I am totally out of luck when…
phospi
  • 3
  • 4
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

Converting curl command to python?

I have this curl command, and I would like to transform it into a python request (including the query): curl -u user:pwd123 -s -G --data-urlencode "q=GET services\nColumns: column1 column2 column3\nFilter: column1 ~~ stringtofilter\nFilter: column2…
aldegalan
  • 480
  • 2
  • 12
0
votes
2 answers

Is there a way to add multiple values for label in nagios/icinga performance data

Looks like this is the format for performance data in nagios/icinga 'label'=value[UOM];[warn];[crit];[min];[max] Is it possible to add more than one value for single label as shown…
jarvis93
  • 3
  • 2
0
votes
1 answer

moving a command to a different host template using icinga director

I have Icinga2 installed with icingaweb2 on Ubuntu 19.10 and I have Icinga director Installed for the configuration which is really awesome. I created some command and attached them to linux-agent host template. that was a mistake cause I added more…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
1 answer

icinga check command check_nwc_health returns "Unkown option:" but at cli the command works

i want to write a test / check condition in icinga2 using the check_nwc_health check to get some status infos of avm dect 200 electricity socket where gives informations about state of connection, power on, energy consumption etc, of the connected…
Teddy2000
  • 21
  • 1
  • 2
0
votes
1 answer

Grafana: Overrriding series with metric named `/var(avail_MB)`: "Panel rendering error '/var(avail_MB)' is not a valid regular expression."

An Icinga2 plugin (written by myself) returns performance data with metrics named /var(avail_MB), /var(total_MB) and similar. Data is forwarded to an InfluxDB with Grafana as Frontend. I'm using "GROUP BY" "tag(metric)" and "ALIAS BY" "$tag_metric"…
U. Windl
  • 3,480
  • 26
  • 54
0
votes
1 answer

Is Zabbix capable of forwarding messages to another Monitoring Platform like Icinga2 (Manager of Manager MOM Configuration)

I have worked with HP Openview/OMi in the past and I am new to the Nagios/Zabbix/Icinga2 frameworks. I was wondering if Zabbix is capable of forwarding messages to another monitoring system such as Icinga2 in the same manner as a manager of manager…
0
votes
0 answers

How to upgrade icinga2 libraries after the OS upgarde from rhel6 to rhel7.7?

I have upgraded the OS from rhel6 to rhel7.7. After up-gradation, The system showing error when I start icinga2. Here the error is: /usr/lib64/icinga2/sbin/icinga2: error while loading shared libraries: libicuuc.so.42: cannot open shared object…
santosh sm
  • 21
  • 2
0
votes
1 answer

How to Integration of nagios/icinga and github tickets and their content into zendesk and sync open/closed status?

Before zendesk, ive used zammad, which has a nice integration of gihub / nagios / icinga tickets etc. and f.e. closes them if services are back online. Is it possible to get the same functionality in zendesk ? Is it possible to not just forward…
0
votes
1 answer

Cannot install Icinga Web 2 on CentOS 8

I have installed Icinga2 on my server, which is running CentOS 8. However, I run into problems when I try and install Icinga Web 2. When I try and run the command yum -y install icingaweb2 icingacli, CentOS cannot find the packages. The following…
Michael
  • 139
  • 1
  • 13