[icinga-users] Master vs. Global-Templates Directory

2017-01-05 Thread isaac rodriguez
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

Re: [icinga-users] Compiling from source

2017-01-05 Thread usa ims
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

[icinga-users] Problem with timestamps in Icinga Web 2 (difference of an hour) -- solved, but not elegantly

2017-01-05 Thread Schramm, Dominik
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

Re: [icinga-users] Any way to adjust service grid colours without recompiling?

2017-01-05 Thread Thomas Gelf
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,