Questions tagged [icinga]

Icinga is an open-source network and computer system monitoring application. It's a fork of Nagios. It is recommended to use the `icinga` tag together with the version specific tag, f.e. `icinga-2.0`.

About

Icinga is an open-source network and computer system monitoring application. It was originally created as a fork of the Nagios system monitoring application in 2009.

Icinga is attempting to get past perceived short-comings in Nagios' development process, as well as adding new features such as a modern Web 2.0 style user interface, additional database connectors (for MySQL and PostgreSQL), and a REST API that lets administrators integrate numerous extensions without complicated modification of the Icinga core.

Wikipedia page

Tagging Recommendation

It is recommended to use the icinga tag together with the version specific tag, f.e. icinga-2.0

Resources

  1. Icinga 2
  2. Documentation
  3. Community wiki
112 questions
7
votes
2 answers

Reading Graphite events from Icinga2

In our lab we are currently using two systems to remotely monitor sensitive quantities etc. : Icinga2, as a monitoring system that reads data from a logging DAQ called Watchdog and creates alarms when measured values exceed user-defined…
SuperCiocia
  • 1,823
  • 6
  • 23
  • 40
4
votes
4 answers

Icinga2 IDO schema

I was going through the steps to setup icinga on a server with the icingaweb UI v 2.0 layout as given in their documentation. I was successful in getting to the setup page, which requires you to put in a token and then follow the steps. Im stuck at…
letsc
  • 2,515
  • 5
  • 35
  • 54
3
votes
1 answer

Why Icinga2 telegram notification fails in specific services?

I have created custom telegram notification very similar to email notifications. The problem is that it works for hosts and most of the services but not for all of them. I do not post the *.sh files in scripts folder as it works! In constants.conf I…
Alireza
  • 6,497
  • 13
  • 59
  • 132
3
votes
2 answers

Icinga2 check_mem plugin doesn't accept parameters

​Hello, I've created a custom command in Icinga 2 using this plugin: https://github.com/justintime/nagios-plugins/blob/master/check_mem/check_mem.pl​ check_command object CheckCommand "memory" { import "plugin-check-command" command = […
Bayram
  • 43
  • 2
  • 6
3
votes
1 answer

Monitor CoreOS with icinga

I need to monitor a CoreOS cluster which used to host a kubernetes cluster on top of that. I use heapster to monitor kuberenetes cluster. Now I need to monitor CoreOS minions using icinga/nagios. Is there any way to do so? Thanks
3
votes
0 answers

Memory fault(coredump) during Icinga (1.x) startup

I am getting this error in the Icinga startup - /pkgs/icinga/1.13.3.rhas5/bin/icinga /my-config/dit-icinga-app-master/config/icinga.cfg Icinga 1.13.3 Copyright (c) 2009-2015 Icinga Development Team (http://www.icinga.org) Copyright (c) 2009-2013…
Rishi
  • 5,869
  • 7
  • 34
  • 45
2
votes
1 answer

Icinga database cleanup

I am working in Icinga for performance data collection, I have to clear all plugin data more than 30 days, how can I do this. I had some google searches does not help. some references: External Commands List Database model I am using: RHEL…
saravanakumar
  • 1,747
  • 4
  • 20
  • 38
2
votes
1 answer

Icinga2 permissions for all LDAP users

I have a Icinga2 running with Active Directory as authentication backend and Icinga Web 2 as frontend. The frontend permissions can be configured using the roles.ini in Icingaweb2's config folder. This is what I have in there: #…
SiLeX
  • 158
  • 11
2
votes
1 answer

Compiling on ARMv8 - Running on ARMv7

Is it possible to compile a Package on ARMv8 and run it on ARMv7 ? I am not really experienced in the whole building thing (yet). I came to this question because my Odroid C1+ fails to compile icinga2 due to the very limited RAM. The C2 has 2 GB of…
2
votes
1 answer

icinga2 api dynamically added hostgroups not visible in icingaweb2

I am using the snapshot version of icinga2 for the api feature . I was able to successfully add hostgroups and hosts dynamically through the api and query them . However , i am not able to see the hostgroup added through the api in icingaweb2…
1
vote
0 answers

How to measure page rendering speed continously

How to measure page rendering speed continuously Hi all I would like to measure the page rendering speed for a given page. This should include JavaScript and Ajax Requests. The measuring should be executed regularly . I look for something…
jaoh_bib
  • 21
  • 1
1
vote
1 answer

How to fix rendering SLS failed: Jinja syntax error: expected token ',', got ':'?

I have a particular error on this line: {% set icinga_ticket = salt['http.query'](https://ticket-generator.az.dev.com method=POST header_dict='{"Content-Type":"application/json"}' data="'{\"hostname\": \"minion.node.jio.com\"}'" backend=requests)…
Atom Store
  • 961
  • 1
  • 11
  • 35
1
vote
1 answer

How to turn off ssl certificate validation in jmx4perl

I would like to setup monitoring of our Springboot application. We already have jolokia included in. I'm not able to connect to jolokia endpoint though due to ssl certificate validation failure. GET…
1
vote
0 answers

NSCP++ check_drivesize core Uknown command

I try to run check_drivesize on a windows server with nscp++. I already setup check for RAM, CPU and Uptime all is working fine. When i try to setup the check_drivesize i get back: core Unknown command(s): check_drivesize available commands:…
MaxW
  • 11
  • 1
1
vote
1 answer

Use: argument in Icinga 1 service definitions

I see references to a argument use in Icinga 1 configuration files e.g. like so: define service { use check_mk_passive host_name localhost service_description General Status check_interval 1 # ... On the…
rookie099
  • 2,201
  • 2
  • 26
  • 52
1
2 3 4 5 6 7 8