Questions tagged [icinga2]

Icinga2, the next generation, complete rewrite, of the Nagios fork Icinga, is an open source monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

Icinga 2 manages monitoring tasks, running checks, sending alert notifications. The Icinga 2 features can be enabled on-demand, be it default features such as the 'checker' or 'notification' component, or external interfaces compatible with Icinga 1.x and its user interfaces, for example the IDO DB (Icinga Data Out Database). Icinga 2 ships a built-in cluster stack secured by SSL x509 certificates attempting to make distributed monitoring setups more easy.

The configuration syntax is different to Icinga Core 1.x and Nagios and requires a migration on upgrade.

89 questions
0
votes
1 answer

Exclude Service with spaces in name in NRPE arguments

exclude=edgeupdate = working fine exclude=Sophos Clean Service = not working what syntax do I have to use here?
BBQtrout
  • 1
  • 1
0
votes
0 answers

Trouble understanding how to have Icinga2 report/monitor/alert on disk space for hosts

I have a hard time understanding what goes where for Icinga2 monitoring. I finally have my hosts being monitored for if they are alive and email (daily) getting shot off if the status changes: object Host "vmwarehost2" { import "generic-host" …
Codejoy
  • 67
  • 3
  • 13
0
votes
0 answers

Icinga2 - Dynamic time period for user (or group)?

I'm trying to implement a dynamic notification scheme in Icinga2, and failing to come up with something useful :-( We have a 6-person team that are on-call 1 week each. Depending on the specific hosts SLA the notifications are only supposed to be…
Stygge
  • 21
  • 3
0
votes
1 answer

icingaweb2 not reachable on apache

the icingaweb2 is not reachable, although it is running on the server with the apache and icinga2. I already have all the prerequisites, that are documented on the official site set up. However, when accessing the icingaweb2 site on apache…
Jwan
  • 11
  • 3
0
votes
0 answers

Is there a way to communicate information between puppet classes/resources

Is there a way to communicate information between classes/resources? I have a profile that I want to include on all nodes to set them up as being monitored by Icinga which uses an exported resource : class profile::icinga2::host { …
Phil
  • 3,138
  • 1
  • 21
  • 27
0
votes
1 answer

Add service check to agent in Icinga Master-Satellite-Agent infrastructure

I've an environment like this: master some satellites assigned to master many agents assigned to satellites and some assigned to master (without a satellite). All systems are ready and the PKI setup is complete. Also most default checks (apt,…
TRW
  • 438
  • 3
  • 14
0
votes
1 answer

trying to configure icinga2 directory for mail notifications for any type of alerts

I have icingaweb2 web interface for icinga2 with director. I would like to send email notifications for any type of alerts in any host that I monitor. so I went to icingaweb2 web interface, and on the left menu I clicked on Icinga Director ->…
ufk
  • 323
  • 3
  • 7
  • 26
0
votes
1 answer

check_snmp plugin timedout icinga2

I am new to icinga, and at the moment I am trying to monitor a paloalto firewall running paOS 9.0 with OID 1.3.6.1.2.1.25.3.3.1.2.1 (hrProcessorLoad.1), but I have problems with the check_snmp plugin that is costantly timing out and I don't know…
msana
  • 3
  • 1
0
votes
1 answer

running remote check commands using icinga remote agent

I have icinga v2.11.3-1 installed on 4 servers, one as master and the rest are agent nodes and they are some-what properly configured because they are visible in icingaweb2 under hosts. what I want to do is to be able to run a check command on a…
ufk
  • 323
  • 3
  • 7
  • 26
0
votes
1 answer

get agent nodes to show on master node in icingaweb2

I installed icinga2 and icingaweb2 on master node I installed icinga2 on 3 more servers as agent nodes. I used icinga2 node wizard, configured them as agent and allowed them to connect to master node. i don't see any error messages and it looks…
ufk
  • 323
  • 3
  • 7
  • 26
0
votes
0 answers

Icinga PKI Agent-Satellite-Master

According to the documentation on https://icinga.com/docs/icinga2/latest/doc/06-distributed-monitoring/, all nodes in an Icinga Monitoring need to have one CA which is on the master node. But I think, I miss something here, because the agent is…
TRW
  • 438
  • 3
  • 14
0
votes
1 answer

Remote Icinga instance 'xxx' is not connected to 'zzzz'

I have Icinga2 installed including Director. I've added a template, service and a Windows, installed an agent on the host but there's something that I must be missing. I keep getting "Remote Icinga instance 'xxx' is not connected to…
JustAGuy
  • 629
  • 3
  • 18
  • 35
-1
votes
1 answer

Icinga2 notifications

I just looked at /etc/icinga2/features-enabled/notification.conf and saw, /** * The notification component takes care of executing service checks. */ Wouldn't that rather be the checker component?
mr.zog
  • 902
  • 3
  • 16
  • 36
-1
votes
1 answer

Proper syntax for monitoring an IP in .conf files, Icinga2

I currently have the code object Host "rqbhost" { address = "xx.xx.xx.xx" check_command = "hostalive" } object Service "ping4" { host_name = "rqbhost" check_command = "ping4" } object Service "http" { host_name = "rqbhost" check_command =…
spoon_man
  • 11
  • 3
1 2 3 4 5
6