Hello everyone,
I am using a command endpoint configuration on icinga2 and following the
docs, I created a directory /etc/icinga2/zones.d/master on the master
node to hold my host, service, and command info. But, in trying to sync
configurations to all my clients, the docs recommended creating
Can you tell me what library file it's looking for so I can manually set the
path? I was able to eliminate the PostgreSQL_INCLUDE_DIR error but I'm still
getting the PostgreSQL_LIBRARY error. I did install the libraries. Thanks.
On Wednesday, January 4, 2017 2:52 PM, Toshaan Bharvani | Van
Hi all,
since the upgrade of icinga2 from version 2.5.4-1~ppa1~xenial1 to version
2.6.0-2~ppa1~xenial2 and of icingaweb2 from version 2.3.4+fix-1~ppa1604+1 to
version 2.4.0-1~ppa1604+1 Icinga Web 2 gets all sorts of timestamps wrong (e.
g. of the last and next checks, of comments, of acknowledg
Hi Antony,
sure you can. First, create a custom module within one of your module
paths and go there, like:
mkdir /usr/share/icingaweb2/modules/mymodule
cd /usr/share/icingaweb2/modules/mymodule
Next, create the base directory for themes:
mkdir -p public/css/themes
Can be accomplished at once,