Questions tagged [icinga]

Icinga is a fork of the Nagios Project that is also backwards compatible with Nagios.

The aim of the Icinga project is to retain all the existing features of Nagios but also build upon Nagios to introduce long awaited new features and patches requested by the Nagios user community.

152 questions
0
votes
2 answers

Turning off specific Icinga 2 notifications over HTTP

In Nagios Core, it is possible to turn off notifications for a specific service or host through the web interface. This is a simple web request, which we can also construct in a command line script/tool. This CGI connector is ideal in cases where we…
Tim Lamballais
  • 136
  • 1
  • 6
0
votes
2 answers

Call NSCA from windows batch script (using NSClient++)

I have NSClient++ installed on some distributed windows servers that I am using Icinga to monitor. I also have a UPS attached to each server that can execute a custom command before scheduling a shutdown. I would like to create a batch script that…
Sonoman
  • 163
  • 1
  • 15
0
votes
1 answer

Use Nagios hostgroups in check_cluster --service check?

Is there a way to use hostgroups within a check_cluster --service check? I've only seen examples that list out each host in the cluster individually like this: define service{ ... check_command check_service_cluster!"Foo…
Robert
  • 501
  • 5
  • 14
0
votes
1 answer

icinga nrpe executes locally instead of server

I am very new to icinga. In fact I finished setting it up today. I am trying to monitor a bunch of stuff on my nrpe machines. I set up my services in /etc/icinga/objects/my.server.com.cfg and configured it like so: define host{ use …
patchrail
  • 207
  • 2
  • 10
0
votes
1 answer

Icinga displays binary output to browser

Can't tell if this is Icinga or nginx, but when I pull up Icinga classic web I get the binary cgi displayed on the screen. Here's a screenshot: It seems to be the binary data from "tag.cgi". Here's my nginx config: # Icinga…
thermans
  • 237
  • 1
  • 2
  • 6
0
votes
1 answer

Setting downtimes in Nagios/Icinga via SCCM

At our company we have quite a lot of Windows 2012/2008 servers which are updated automatically (and sometimes rebooted) via SCCM. All our servers are monitored via Icinga/Nagios. If the servers are rebooted during the update process we get "false"…
AlexH
  • 1
0
votes
1 answer

Alarm management in Icinga?

Can Icinga be used as an alarm management tool? The docs are very clear about two types of monitoring: Host/Service Health (system is up, down, flapping, etc) Host/Service Performance Data (key-value pairs supplied by plugin, reporting w/…
Jonathan
  • 395
  • 2
  • 3
  • 13
0
votes
1 answer

Smart Notifications (Whom to contact for what) in Icinga

I have Icinga 1.10 installed and I am using NagiosQL to configure it. I am stuck a bit on tweaking alerts and notifications. Icinga has implied inheritance. Assume we have a production web server called prodweb01. It has two service checks running…
Sidd
  • 103
  • 1
  • 9
0
votes
3 answers

nrpe check_load results in unknown error?

I'm using the nagios check_load plugin. I have the following line in my /etc/nagios/nrpe.cfg command[check_load]=/usr/lib/nagios/plugins/check_load -w $ARG1$ -c $ARG2$ And on my icinga server in /etc/icinga/objects/localhost_icinga.cfg I have the…
user784637
  • 1,482
  • 7
  • 35
  • 51
0
votes
1 answer

NSClient++, what is the best way to monitor SQL Server Agent jobs?

What is the best way to monitor SQL Server Agent jobs using NSClient++ (and Icinga)? We have about 100 jobs on the server. It would be nice if monitoring would be able to handle recovery state per each job also.
Fanda
  • 188
  • 1
  • 7
0
votes
1 answer

what are the valid values for Timezone in icinga-web?

the documentation rightly points out that I can change the timezone in /etc/icinga/web/conf.d/translation.xml, but what are the valid values for timezone? GMT (Greenwich Mean Time) is the default, EST (Eastern Standard Time) seems to work, but what…
Chris Curvey
  • 359
  • 1
  • 2
  • 8
0
votes
1 answer

NSCA does not recieve pasive checks

NSCA seems to register the connection, as seems in the syslog, but for an unknow reason (at least for me) does not write it to icinga.cmd, or at least, read it. this is the syslog. Jun 27 08:24:58 Mcentral nsca[13720]: Connection from…
0
votes
3 answers

Getting alerts from remote Icinga/Nagios instance

I have an Icinga server (which is basically a fork of Nagios) at one of my clients' sites. I access the server via ssh and don't have access to other ports. Since there are a couple of things that can go down at that site, I prefer to check the…
Marcin Cylke
  • 101
  • 4
0
votes
1 answer

How to remove size information, coming from check_http plugin output?

I am currently getting the following output while running check_http: HTTP OK: HTTP/1.1 200 OK - 6654 bytes in 0.071 second response time |time=0.070809s;200.000000;1000.000000;0.000000 size=6654B;;;0 How can I get it as : HTTP OK: HTTP/1.1 200…
Ajov Crowe
  • 133
  • 1
  • 5
  • 12
0
votes
2 answers

Can you run Icinga Classic Web (icinga-html) and Icinga New Web (icinga-web) at the same time on top of the same Icinga instance?

I have an Icinga instance setup and running doing its usual job. There is a plugin I wanted to try out (heatmap) that only seems to be supported under the newer Icinga-Web interface. What I was hoping to do was run both the classing and newer web…
TafT
  • 223
  • 2
  • 12