[icinga-users] automation for setup, etc.

2016-07-19 Thread Simon Walter
Hello everyone, I want to start by saying that I love the work that's been done on icinga2, icingaweb2, and director. Some of the other modules for icingaweb2 look amazing and I can't wait to try them out. When installing Director, there was a chapter about automation. That's really good. I

Re: [icinga-users] Schedule next/forced service check

2014-10-15 Thread Simon Walter
On 10/15/2014 08:08 PM, Daniel Bareiro wrote: > Maybe it's good that Simon tell us if your Debian package is provided by > the Debian development team. In my particular case, the package is from > the repository of snapshots of Icinga: > > # grep icinga /etc/apt/sources.list > deb http://packages.

Re: [icinga-users] Icinga web customvariable restricions not working

2014-10-14 Thread Simon Walter
On 09/10/2014 10:23 PM, Christos Tsirimokos wrote: > Hello, > > I hope it's the right place to ask, if not please feel free to correct me. > > I have installed Icinga 1.11.6 and Icinga Web 1.11.2. Everything seems > to work, except for customvariable restrictions in users/groups (eg > Admin -> Gr

Re: [icinga-users] Schedule next/forced service check

2014-10-14 Thread Simon Walter
On 10/14/2014 09:02 PM, Daniel Bareiro wrote: > But I had to change the settings provided by the package on > /etc/icinga-web/conf.d/access.xml: > > > > > > > name="ici

Re: [icinga-users] fail2ban icinga-web

2014-10-08 Thread Simon Walter
On 10/08/2014 01:03 AM, Michael Friedrich wrote: > Am 03.10.2014 um 10:36 schrieb Fernando Blanco Oroz: > Hello. > > I'm trying to use fail2ban with icinga-web. When a user fails loging the > log "/usr/local/icinga-web/log/icinga-web-.log" doesn't show the > connection ip. > It shows something lik

Re: [icinga-users] E: Internal Error, No file name for icinga2-common:amd64

2014-09-15 Thread Simon Walter
On 09/15/2014 05:00 PM, Alexander Wirt wrote: > On Mon, 15 Sep 2014, Gunnar Beutner wrote: > >> Am 14.09.2014 15:51, schrieb Simon Walter: >>> How does one fix this? >> >> Can you show us the command and the _whole_ output? This was the command I executed as i

Re: [icinga-users] Attribute 'command' must be an array if the 'arguments' attribute is set

2014-09-15 Thread Simon Walter
ich wrote: > Am 14.09.2014 15:53, schrieb Simon Walter: >> What is the new syntax? Please point me to the docs/changes etc. > > You'll find all the details in the documentation, for example here: > http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/configuring-icinga

[icinga-users] Attribute 'command' must be an array if the 'arguments' attribute is set

2014-09-14 Thread Simon Walter
What is the new syntax? Please point me to the docs/changes etc. Thanks, Simon ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

[icinga-users] E: Internal Error, No file name for icinga2-common:amd64

2014-09-14 Thread Simon Walter
How does one fix this? (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux) Kind regards, Simon ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] Issues after O/S upgrade

2014-07-28 Thread Simon Walter
Has the location of the socket changed? Did you try connecting explicitly to the socket that icinga-web (via Doctrine) is trying to use (/var/lib/mysql/mysql.sock)? https://dev.mysql.com/doc/refman/5.1/en/connecting.html#option_general_socket On 07/28/2014 12:19 PM, Werner van der Merwe wrote: >

[icinga-users] icinga2 process user group membership

2014-07-26 Thread Simon Walter
Hi all, I have an issue where I am running a certain bash script that reads some data from /var/log/syslog. This file is readable by the group 'adm' (running Debian here). I've added the 'nagios' user, which the icinga2 process runs as, to the 'adm' group, but still the script cannot read the fil

Re: [icinga-users] Icinga-web installation problem - connection refused, missing db schema

2014-07-17 Thread Simon Walter
Here is how I installed it // populate the icinga2 DB # cp /usr/share/icinga2-ido-mysql/schema/mysql.sql . # sed -i "1iuse icinga;" mysql.sql # mysql -u root -p < mysql.sql AFAIK, there is a packaging problem with it. I'm trying to get it fixed. I've written to the email address in the .deb file,

Re: [icinga-users] Icinga2 announcements

2014-04-17 Thread Simon Walter
On 04/17/2014 06:02 PM, Michael Friedrich wrote: On 17.04.2014 10:46, Simon Walter wrote: On 04/17/2014 04:54 PM, Michael Friedrich wrote: On 17.04.2014 01:35, Simon Walter wrote: Is there a mailing list I can subscribe to get announcements about Icinga2? A commit digest perhaps? There is

Re: [icinga-users] Icinga2 announcements

2014-04-17 Thread Simon Walter
On 04/17/2014 04:54 PM, Michael Friedrich wrote: On 17.04.2014 01:35, Simon Walter wrote: Is there a mailing list I can subscribe to get announcements about Icinga2? A commit digest perhaps? There is icinga-announce providing release announcements, additionally blog.icinga.org helps to keep

[icinga-users] Icinga2 announcements

2014-04-16 Thread Simon Walter
Is there a mailing list I can subscribe to get announcements about Icinga2? A commit digest perhaps? Thank you, Simon ___ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users

Re: [icinga-users] icinga2 removal of services

2014-03-24 Thread Simon Walter
On 03/24/2014 08:38 PM, Gunnar Beutner wrote: Am 24.03.2014 07:05, schrieb Simon Walter: I've updated to v0.0.8-101-gd46ba3e from the snapshot repositories. I see some progress, but it's not yet working correctly for some reason. The progress I see is that when looking at the

Re: [icinga-users] icinga2 removal of services

2014-03-23 Thread Simon Walter
I've updated to v0.0.8-101-gd46ba3e from the snapshot repositories. I see some progress, but it's not yet working correctly for some reason. The progress I see is that when looking at the results of "SELECT * FROM icinga_objects WHERE objecttype_id = '2'", is_active = 0. So it looks like some

Re: [icinga-users] icinga2 removal of services

2014-03-21 Thread Simon Walter
On 03/21/2014 06:36 PM, Michael Friedrich wrote: On 21.03.2014 10:28, Simon Walter wrote: On 03/21/2014 04:27 AM, Michael Friedrich wrote: You should use the snapshot packages in pre-release phase. Those 0.0.x releases are just sprint releases and mostly outdated - we fix bugs quite fast

Re: [icinga-users] icinga2 removal of services

2014-03-21 Thread Simon Walter
On 03/21/2014 04:27 AM, Michael Friedrich wrote: You should use the snapshot packages in pre-release phase. Those 0.0.x releases are just sprint releases and mostly outdated - we fix bugs quite fast, especially when users report them using the latest snapshot builds where bugs are reproduca

Re: [icinga-users] icinga2 removal of services

2014-03-19 Thread Simon Walter
On 03/19/2014 07:25 PM, Michael Friedrich wrote: On 19.03.2014 03:43, Simon Walter wrote: Hi, Can someone point me in the right direction please. Are there any devs on this mailing list? You found one before, now another one. Don't panic. When we're not answering mailing li

Re: [icinga-users] icinga2 removal of services

2014-03-18 Thread Simon Walter
Hi, Can someone point me in the right direction please. Are there any devs on this mailing list? I understand Icinga2 is still in development. Where should I ask about Icinga2? I need to know what process controls purging of the database. It seems that this is the problem I having, but I cou

Re: [icinga-users] icinga2 removal of services

2014-03-17 Thread Simon Walter
On 03/17/2014 06:11 PM, Gunnar Beutner wrote: I have a question about Icinga2. I've not used Icinga/Nagios since the SATAN days. So it's really nice to see all the amazing development. That being said, I'm a complete n00b. So forgive my general lack of understand here. I can't find much docs a

[icinga-users] icinga2 removal of services

2014-03-16 Thread Simon Walter
Hi all, I have a question about Icinga2. I've not used Icinga/Nagios since the SATAN days. So it's really nice to see all the amazing development. That being said, I'm a complete n00b. So forgive my general lack of understand here. I can't find much docs about Icinga2. So I thought I'd ask a