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

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

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

Icinga2 Cluster?

I'm trying to configure an Icinga2 Master Server with 2 Clients for the beginning. So I want the configuration like I'm configuring the Master and synchronize the Configs to the Clients. This works already, but if a client goes down. The Master says…
Zunno
  • 1
  • 2
-1
votes
1 answer

How to use heredoc to answers prompt questions

I am trying to automate the installation of Icinga2 on many remote clients. The PKI token will get generated on the Icinga server and it's different for each client - Then it should be sent to each client. As part of the client installation, icinga2…
Irina I
  • 31
  • 1
  • 5
-1
votes
1 answer

How to ssh to remote hosts and run multiple commands

I have a script that reads a text file that has all the nodes listed in there: node1 node2 node3 . . . This is part my script: #!/bin/bash while read f; do ssh-copy-id myusername@"$f" "yum install -y epel-release; wget --no-check-certificate…
Irina I
  • 31
  • 1
  • 5
-1
votes
1 answer

Notification Transports From Observium to Icinga

I'm trying to redirect some notifications for specific hosts from Observium to Icinga ( Similar to Nagios), can somebody advise which Notification Transports can be used in this case and how can it be implemented?
-1
votes
1 answer

netdata > influxdb > icinga2

I have netdata monitoring installed on all servers. I use InfluxDB for backend and I also have Icinga2. Is it possible to push some metrics to IcingaWeb2 for alerts and configure alerts for thresholds from InfluxDB?
user3625125
  • 1
  • 1
  • 2
1 2 3 4 5 6 7
8