サーバーのセットを監視するためにicinga2インストールをセットアップしました。クライアントノード(ubuntu 16.04、Ubuntuリポジトリからapt経由でインストールされたicinga2)で、hosts.confに設定しました:
object Host NodeName {
/* Import the default host template defined in `templates.conf`. */
display_name = "Gitlab-CI"
import "generic-host"
/* Specify the address attributes for checks e.g. `ssh` or `http`. */
address = "127.0.0.1"
address6 = "::1"
/* Set custom attribute `os` for hostgroup assignment in `groups.conf`. */
vars.os = "Linux"
}
しかし、Web インターフェイスでは FQDN しか表示されませんgitlabci.example.com
。
ディレクティブを削除せずに表示名を変更できるのは誰ですか?NodeName
これは標準の Ubuntu (およびすべての標準の Icinga2 セットアップ) 構成の優れた機能であるためです。