You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
with the release v1.3.4 the var-hostname for the grafana graphs (and urls) are generated with a replacement of all . to _ (the hosts . are replaced by _ in graphite)
Current Behavior
with the latest version from the repo, this replacement will no longer be performed.
Possible Solution
sorry, I can not provide a possible solution, but I think the changes were made by this commit 323e79f
Steps to Reproduce (for bugs)
build and start the docker as provided (or an other fresh install from icinga with graphite and the grafana modul
configure the grafana modul
setup an host with an fqdn hostname like test.domain.com
after a while check the graphs
Context
no further information on the context
Your Environment
Icinga Web 2 Grafana version (System - About): 1.3.5
Icinga Web 2 version and modules (System - About): 2.6.2
Version used (icinga2 --version): r2.10.2-1
Operating System and version: System information: Debian, Platform version: 9 (stretch), Kernel version: 4.19.0-2-amd64, Architecture: x86_64
Enabled features (icinga2 feature list): api checker command compatlog debuglog graphite ido-mysql livestatus mainlog notification
in my test service with dot (.) in the name, the substitution does not work with an underscore.
This is not a problem for me, my services have no points, but I point out, since you have explicitly asked for it.
with the newest changes from the repo the graphs are not show if you using icinga2 with graphite.
i am using https://hub.docker.com/r/jordan/icinga2/ with some custom enhancement to integrate https://github.com/Mikesch-mp/icingaweb2-module-grafana/ as described in the documentation (https://github.com/Mikesch-mp/icingaweb2-module-grafana/blob/master/doc/02-installation.md)
Dockerfile:
custom_run:
Expected Behavior
with the release v1.3.4 the var-hostname for the grafana graphs (and urls) are generated with a replacement of all . to _ (the hosts . are replaced by _ in graphite)
Current Behavior
with the latest version from the repo, this replacement will no longer be performed.
Possible Solution
sorry, I can not provide a possible solution, but I think the changes were made by this commit 323e79f
Steps to Reproduce (for bugs)
Context
no further information on the context
Your Environment
icinga2 --version
): r2.10.2-1icinga2 feature list
): api checker command compatlog debuglog graphite ido-mysql livestatus mainlog notificationicinga2 daemon -C
):[2019-03-03 22:59:27 +0000] information/cli: Icinga application loader (version: r2.10.2-1) [2019-03-03 22:59:27 +0000] information/cli: Loading configuration file(s). [2019-03-03 22:59:27 +0000] information/ConfigItem: Committing config item(s). [2019-03-03 22:59:27 +0000] information/ApiListener: My API identity: host.domain.local [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 230 Services. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 LivestatusListener. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 IcingaApplication. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 33 Hosts. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 2 FileLoggers. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 NotificationComponent. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 8 HostGroups. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 ApiListener. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 GraphiteWriter. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 CheckerComponent. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 25 Zones. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 ExternalCommandListener. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 23 Endpoints. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 2 ApiUsers. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 CompatLogger. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 1 IdoMysqlConnection. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 228 CheckCommands. [2019-03-03 22:59:27 +0000] information/ConfigItem: Instantiated 16 ServiceGroups. [2019-03-03 22:59:27 +0000] information/ScriptGlobal: Dumping variables to file '/var/cache/icinga2/icinga2.vars' [2019-03-03 22:59:27 +0000] information/cli: Finished validating the configuration file(s).
The text was updated successfully, but these errors were encountered: