[icinga-users] icingaweb2 Quick question:

2015-12-31 Thread George Hrysanthopoulos

Everyone,

Where is the documentation for icingaweb2 Preferences->Navigation
Specifically adding new menu items and creating filters.
I tried adding a few menu items but it stops me from creating new
ones with certain key-words like servicegroup.

I cant even Google anything.

Any help would be appreciated.

George
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users


[icinga-users] "icinga is not running" after upgrade to r2.4.1-1

2015-12-31 Thread Jay Newman
Hello all,

I took advantage of the year-end quiet to upgrade our Icinga2 servers from 
r2.3.10-1 to r2.4.1-1.
Overall it seemed to succeed, though on some nodes apt-get upgrade reported it 
as "held back" but it did upgrade subsequently using aptitude.
The concern I have is that though I see an icinga2 process running, "service 
icinga2 status" reports it as not running.
More detailed output below as to O/S version and so on; hoping someone has seen 
this and can shed some light on how to address it.

Best regards and Happy New Year,
Jay Newman, CDCDP
eSentire Inc.


# icinga2 --version
icinga2 - The Icinga 2 network monitoring daemon (version: r2.4.1-1)

Copyright (c) 2012-2015 Icinga Development Team (https://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Application information:
  Installation root: /usr
  Sysconf directory: /etc
  Run directory: /run
  Local state directory: /var
  Package data directory: /usr/share/icinga2
  State path: /var/lib/icinga2/icinga2.state
  Modified attributes path: /var/lib/icinga2/modified-attributes.conf
  Objects path: /var/cache/icinga2/icinga2.debug
  Vars path: /var/cache/icinga2/icinga2.vars
  PID path: /run/icinga2/icinga2.pid

System information:
  Platform: _NAME="Ubuntu 14.04.3 LTS
  Platform version: ID="14.04
  Kernel: Linux
  Kernel version: 3.13.0-24-generic
  Architecture: x86_64
root@node05:/etc/icinga2#

# dpkg --list |grep icinga
ii  icinga2  2.4.1-1~ppa1~trusty1 amd64 
   host and network monitoring system
ii  icinga2-bin  2.4.1-1~ppa1~trusty1 amd64 
   host and network monitoring system - daemon
ii  icinga2-common   2.4.1-1~ppa1~trusty1 all   
   host and network monitoring system - common files
ii  icinga2-doc  2.4.1-1~ppa1~trusty1 all   
   host and network monitoring system - documentation
ii  libicinga2   2.4.1-1~ppa1~trusty1 amd64 
   host and network monitoring system - internal libraries

# cat /run/icinga2/icinga2.pid
8290
# ps -ef |grep icinga
nagios8290 1  3 10:38 ?00:00:12 
/usr/lib/x86_64-linux-gnu/icinga2/sbin/icinga2 --no-stack-rlimit daemon -d -e 
/var/log/icinga2/icinga2.err

# service icinga2 status
* icinga2 is not running

___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users


Re: [icinga-users] "icinga is not running" after upgrade to r2.4.1-1

2015-12-31 Thread Yann Lehmann


Le 31. 12. 15 16:50, Jay Newman a écrit :

Hello all,

I took advantage of the year-end quiet to upgrade our Icinga2 servers
from r2.3.10-1 to r2.4.1-1.

Overall it seemed to succeed, though on some nodes apt-get upgrade
reported it as “held back” but it did upgrade subsequently using aptitude.

The concern I have is that though I see an icinga2 process running,
“service icinga2 status” reports it as not running.




I had a similar problem sometimes ago (not a icinga-guru at all).

With the command '/etc/init.d/icinga2 checkconfig', you might find out 
why it doesn't start.


In my case, the db-schema was not upgraded "automagically", so I had to 
do it "by hand".


See

http://www.monitoring-portal.org/wbb/index.php?page=Thread&threadID=32998

and

http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2#upgrading-icinga-2

Yann
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users


Re: [icinga-users] "icinga is not running" after upgrade to r2.4.1-1

2015-12-31 Thread Jay Newman
Thanks - I had verified that as well, neglected to post it.
# service icinga2 checkconfig
 * checking Icinga2 configuration   
 [ OK ] 
If it actually failed to start, I should not see a process running at all (and 
in this case I do.)
Yes, I did run the DB upgrade manually. All appeared clean. No DB errors on the 
master server's logs.

Best regards,
Jay Newman

-Original Message-
From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of 
Yann Lehmann
Sent: Thursday, December 31, 2015 11:23 AM
To: Icinga User's Corner 
Subject: Re: [icinga-users] "icinga is not running" after upgrade to r2.4.1-1


Le 31. 12. 15 16:50, Jay Newman a écrit :
> Hello all,
>
> I took advantage of the year-end quiet to upgrade our Icinga2 servers 
> from r2.3.10-1 to r2.4.1-1.
>
> Overall it seemed to succeed, though on some nodes apt-get upgrade 
> reported it as "held back" but it did upgrade subsequently using aptitude.
>
> The concern I have is that though I see an icinga2 process running, 
> "service icinga2 status" reports it as not running.
>
>

I had a similar problem sometimes ago (not a icinga-guru at all).

With the command '/etc/init.d/icinga2 checkconfig', you might find out why it 
doesn't start.

In my case, the db-schema was not upgraded "automagically", so I had to do it 
"by hand".

See

http://www.monitoring-portal.org/wbb/index.php?page=Thread&threadID=32998

and

http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2#upgrading-icinga-2

Yann
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users


Re: [icinga-users] "icinga is not running" after upgrade to r2.4.1-1

2015-12-31 Thread Jay Newman
*resolved.*
As a follow-up, I created a new node from scratch. Joined to the cluster in the 
same zone, same options for accepting configuration from the master etc.
This new node does correctly report the icinga2 service as running, so 
something did go astray during the upgrade process.
Not ideal to have to re-install all the satellite nodes, but in this case it 
was an acceptable work-around.

Cheers

-Original Message-
From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of 
Jay Newman
Sent: Thursday, December 31, 2015 11:30 AM
To: Icinga User's Corner 
Subject: Re: [icinga-users] "icinga is not running" after upgrade to r2.4.1-1

Thanks - I had verified that as well, neglected to post it.
# service icinga2 checkconfig
 * checking Icinga2 configuration   
 [ OK ] 
If it actually failed to start, I should not see a process running at all (and 
in this case I do.) Yes, I did run the DB upgrade manually. All appeared clean. 
No DB errors on the master server's logs.

Best regards,
Jay Newman

-Original Message-
From: icinga-users [mailto:icinga-users-boun...@lists.icinga.org] On Behalf Of 
Yann Lehmann
Sent: Thursday, December 31, 2015 11:23 AM
To: Icinga User's Corner 
Subject: Re: [icinga-users] "icinga is not running" after upgrade to r2.4.1-1


Le 31. 12. 15 16:50, Jay Newman a écrit :
> Hello all,
>
> I took advantage of the year-end quiet to upgrade our Icinga2 servers 
> from r2.3.10-1 to r2.4.1-1.
>
> Overall it seemed to succeed, though on some nodes apt-get upgrade 
> reported it as "held back" but it did upgrade subsequently using aptitude.
>
> The concern I have is that though I see an icinga2 process running, 
> "service icinga2 status" reports it as not running.
>
>

I had a similar problem sometimes ago (not a icinga-guru at all).

With the command '/etc/init.d/icinga2 checkconfig', you might find out why it 
doesn't start.

In my case, the db-schema was not upgraded "automagically", so I had to do it 
"by hand".

See

http://www.monitoring-portal.org/wbb/index.php?page=Thread&threadID=32998

and

http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/upgrading-icinga-2#upgrading-icinga-2

Yann
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users
___
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users