Questions tagged [icinga2]
9 questions
3
votes
2 answers
Bash scripting Array concepts
I have two separate lists. One contains 1000 hostnames and other contains 1000 associated IP's for that hosts. I need to generate config entries and push to my config file to add all hosts under our monitoring environment.
#!/bin/bash
Enter…
naren viru
- 49
- 3
2
votes
1 answer
Installing icingaweb2 / icingacli under Oracle Linux 6
I'm trying to install icingaweb2 / icingacli on a vServer running Oracle Linux 6. I've managed to install icinga2 from the icinga repo and php7.0 from the ol6_developer repo. But if I try to install icingacli I get:
Error: Package:…
Ultimo
- 31
- 3
2
votes
1 answer
How can I ask icinga2 from the command line to execute a single-time check of everything?
I would like to test my whole system config.
I think it is not a very unusual feature. I want icinga2 to check everything and show me the results.
Ideally, notifications shouldn't be called, I only want to see the results in the standard…
peterh
- 9,488
- 16
- 59
- 88
1
vote
0 answers
Tell nagios not to warn about non-critical updates
I use nagios to warn if there are apt updates available on my Debian buster server, but I want to use this option:
-o, --only-critical
Only warn about upgrades matching the critical list. The total number
of upgrades will be printed, but any…
rubo77
- 27,777
- 43
- 130
- 199
0
votes
1 answer
How can I use snmpwalk to determine what I'm able to monitor via SNMP on a device?
Let me preface this by saying I'm familiar with SNMP only in theory. This is my first time working with SNMP.
I'm trying to determine what variables can be monitored using SNMP on a Dell EMC ML3 Tape Library. My job uses icinga2 for monitoring…
kalaniakahi
- 21
- 3
0
votes
0 answers
Problem with Django on Centos 6
I have a problem to install graphite on server Centos 6.8 :
Error: Package: graphite-web-0.9.16-2.el6.noarch (epel)
Requires: Django >= 1.3
Error: Package: python-django-tagging-0.3.1-7.el6.noarch (epel)
Requires: Django
but,…
Simon Chaikin
- 17
- 2
0
votes
1 answer
missing documentation icinga2 installation on gentoo
I need install mariadb, apache2, php, icinga2 and icingaweb2 on gentoo.
According to the documentation, I managed to install mariadb, apache2, (probably) php and icinga2
At the moment (according to the log) icinga2 runs without errors.
However, I…
exo
- 141
- 1
- 7
0
votes
1 answer
Text filtering from configuration file
We have a config file which consists of more than 24000 lines.
I am stuck in one task. I need to segregate the lines starting as below (service definition of specific host in icinga2)
Object Service ""{
And ending with
…
naren viru
- 49
- 3
0
votes
1 answer
How to make icinga2 to alarm only 10min+ downtime?
I have the problem that the connection between the host running icinga2, and between the actually checked server machines, is a little bit... non-deterministic.
Thus, sometimes - every day for some minutes, in an unpredictable time - all the hosts…
peterh
- 9,488
- 16
- 59
- 88