Skip to content
#

icinga

Here are 286 public repositories matching this topic...

mwaldmueller
mwaldmueller commented Oct 25, 2019

The first letter of Custom Variables is currently always a capital letter, regardless of the real spelling. This is very confusing, especially if users work with apply rules where custom variables should be case sensitive.

Example:

object Host "srv01.localdomain" {
  import "generic-host"

  address = "10.37.129.3"
  vars.checker = "srv02.localdomain"
  vars.role = "master"
}
Thruk
kafos
kafos commented Dec 5, 2019

Describe the bug
It seems that values from "total" columns are in the "known" columns. The HTML view is showing the correct values

Thruk Version
Thruk 2.33-20191129 - OMD 3.21~2019-11-29-labs-edition

To Reproduce
Steps to reproduce the behavior:

  1. Create a report for yesterday with a timeperiod smaller than the whole day
  2. create the report in XLS/CSV & HTML
  3. The "known
dhoffend
dhoffend commented Apr 27, 2016

I really would like a change in the normal verbose mode. The first line should be the Plugin Command

OK/CRITICAL/WARNING/... <message>
the rest can be long text/verbose | plus perfdata

Right now the first line is always: I am a Cisco IOS Software... which makes the verbose mode unusable (most likely) for additional debug information in nagios/naemon/incigna.

This would have the nice

p4k8
p4k8 commented Dec 8, 2019

Expected behaviour:
With hover_url on host or service object set to panel iframe URL (similar to http://play.grafana.org/d-solo/000000012/grafana-play-home?orgId=1&from=1575808514878&to=1575815714878&panelId=2 from play.grafana.org) a panel from grafana should be displayed on hover.

Problem:
On hover iframe with following error message is displayed:

If you're seeing this Grafana ha
dnsmichi
dnsmichi commented Sep 5, 2017

Expected Behavior

The Puppet master should query the Icinga 2 Master for a client's ticket.

Current Behavior

The Puppet module uses its own hashing function which might break if the Icinga 2's hashing algorithm is changed for tickets.

https://github.com/Icinga/puppet-icinga2/blob/master/lib/puppet/parser/functions/icinga2_ticket_id.rb

Possible Solution

Use the API action

raffis
raffis commented Sep 3, 2019

Describe the change

Only create single icinga services for NodePort (Like all other objects.)

Current situation

Currently an icinga service is made for each worker/NodePort service.

Should

Add a nodeport service via the kube cluster.

Additional context

Add any other context about the problem here.

shsubramanian
shsubramanian commented Jun 14, 2018

Expected Behavior

Can we add border-left to each event row according to state of the check?

Current Behavior

Currently on selection the class "active" is applied which is default icinga-blue.

Possible Solution

Take check_result.vars_after.state as input for coloring border-left. This can be helpful in identifying result state in one view. Eg: icinga-red for state CRITICAL, icin

Improve this page

Add a description, image, and links to the icinga topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the icinga topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.