My active checks for all the services were working fine . But suddenly form last 6 days they are not working. Similar output is coming again and again.
Can anyone tell me where this states for all active checks are stored so that I can flush that file. I have icinga compiled with ido2db. Thanks. Abhinav Grover + CHI NETWORKS + agro...@chinetworks.com 619 S. LaSalle Street, Suite 101 Chicago, IL 60605 + Tel: 312-756-1500 x705 + Fax: 312-588-1243 -----Original Message----- From: icinga-users-requ...@lists.sourceforge.net [mailto:icinga-users-requ...@lists.sourceforge.net] Sent: Wednesday, May 16, 2012 4:49 PM To: icinga-users@lists.sourceforge.net Subject: icinga-users Digest, Vol 37, Issue 16 Send icinga-users mailing list submissions to icinga-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/icinga-users or, via email, send a message with subject or body 'help' to icinga-users-requ...@lists.sourceforge.net You can reach the person managing the list at icinga-users-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of icinga-users digest..." Today's Topics: 1. Icinga + puppet (Leandro @GuiadoPC) 2. Re: Icinga + puppet (Todd Zullinger) 3. Re: nested hostgroups (Carl R. Friend) 4. Re: nested hostgroups (Lori Adams) 5. Re: Icinga + puppet (Leslie) 6. Re: Icinga + puppet (Leandro @GuiadoPC) 7. Re: Icinga + puppet (Leslie) ---------------------------------------------------------------------- Message: 1 Date: Wed, 16 May 2012 16:56:51 -0300 From: "Leandro @GuiadoPC" <lean...@guiadopc.info> Subject: [icinga-users] Icinga + puppet To: icinga-users@lists.sourceforge.net Message-ID: <1337198211.20484.5.camel@leandro> Content-Type: text/plain; charset="UTF-8" Dear, I have a server puppet who currently manages webservers, mailboxes, etc.. I'm intending to add servers to a managed server Icinga. But automating the insertion of removal of hosts. Does anyone have any tips on what to do and it is possible to do this? Puppet ---> Icinga -----> hosts Leandro ------------------------------ Message: 2 Date: Wed, 16 May 2012 16:45:33 -0400 From: Todd Zullinger <t...@pobox.com> Subject: Re: [icinga-users] Icinga + puppet To: icinga-users@lists.sourceforge.net Message-ID: <20120516204533.GS18194@inocybe.localdomain> Content-Type: text/plain; charset="us-ascii" Hi Leandro, Leandro @GuiadoPC wrote: > I have a server puppet who currently manages webservers, mailboxes, > etc.. I'm intending to add servers to a managed server Icinga. But > automating the insertion of removal of hosts. Does anyone have any > tips on what to do and it is possible to do this? > > Puppet ---> Icinga -----> hosts It's very much possible and quite handy, IMO. There was a thread on this subject not too long ago. That might help you get started. http://www.mail-archive.com/icinga-users@lists.sourceforge.net/msg01534.html -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Most of one's life is one prolonged effort to prevent oneself thinking. -- Aldous Huxley -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 543 bytes Desc: not available ------------------------------ Message: 3 Date: Wed, 16 May 2012 16:29:18 -0400 (EDT) From: "Carl R. Friend" <crfri...@rcn.com> Subject: Re: [icinga-users] nested hostgroups To: icinga-users@lists.sourceforge.net Message-ID: <pine.lnx.4.64.1205161616230.30...@zephyr.cacm.org> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Wed, 16 May 2012, Wolfgang wrote: > It seems that the documentation > (http://docs.icinga.org/latest/en/objecttricks.html) doesn't indicate > that excluding objects is valid for hostgroups. My look at the source code verifies Wolfgang's assertion. There is no hint of a hostgroup exclusion capability. The section of the code is in ${buildDir}/xdata/xodtemplate.c beginning at line 1571 (for Icinga 1.7.0, as released). Adding that as a feature might be worthwhile; I would suggest filing a feature request if the perceived need is high enough. Bear in mind, however, that exclusions can significantly complicate the understandability of the configuration and that can potentially cause usability problems down the road. Cheers! +------------------------------------------------+---------------------+ | Carl Richard Friend (UNIX Sysadmin) | West Boylston | | Minicomputer Collector / Enthusiast | Massachusetts, USA | | mailto:crfri...@rcn.com +---------------------+ | http://users.rcn.com/crfriend/museum | ICBM: 42:22N 71:47W | +------------------------------------------------+---------------------+ ------------------------------ Message: 4 Date: Wed, 16 May 2012 21:09:19 +0000 From: Lori Adams <lad...@cloudmark.com> Subject: Re: [icinga-users] nested hostgroups To: "icinga-users@lists.sourceforge.net" <icinga-users@lists.sourceforge.net> Message-ID: <7b8980d57b4a2448abb50d827c69951004855...@exch-mbx901.corp.cloudmark.com> Content-Type: text/plain; charset="us-ascii" I am new to the list. Can someone point me to documentation on submitting a feature request? I can file one. I think the fact that exclusions are allowed anywhere, means they should be allowed in this case as well. -Lori ------------------------------ Message: 5 Date: Wed, 16 May 2012 22:25:22 +0100 From: Leslie <geekg...@gmail.com> Subject: Re: [icinga-users] Icinga + puppet To: icinga-users@lists.sourceforge.net Message-ID: <CAJ2h61Z0Ldf18w_Wa=D1nvpeAZCkZm=fkl7nhqahrrvw6e7...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 We've switched to using naggen to generate our files instead of just exported resources - we've taken a huge load off of our nagios/icinga server. You can check out our configs here - big highlights are in manifests/nagios.pp decommissioned_servers (how we remove servers and keep them from readding themselves), manifests/misc/icinga.pp (all our icinga setup) and files/puppet/naggen (it's put on the puppetmaster via manifests/puppetmaster.pp) https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git;a=tree You can also just pull the repo here - git clone https://gerrit.wikimedia.org/r/p/operations/puppet Hope this helps! Leslie On Wed, May 16, 2012 at 9:45 PM, Todd Zullinger <t...@pobox.com> wrote: > Hi Leandro, > > > Leandro @GuiadoPC wrote: >> >> I have a server puppet who currently manages webservers, mailboxes, etc.. >> I'm intending to add servers to a managed server Icinga. But >> automating the insertion of removal of hosts. Does anyone have any >> tips on what to do and it is possible to do this? >> >> Puppet ---> Icinga -----> hosts > > > It's very much possible and quite handy, IMO. > > There was a thread on this subject not too long ago. ?That might help > you get started. > > http://www.mail-archive.com/icinga-users@lists.sourceforge.net/msg0153 > 4.html > > -- > Todd ? ? ? ?OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Most of one's life is one prolonged effort to prevent oneself > thinking. > ? ?-- Aldous Huxley > > > ---------------------------------------------------------------------- > -------- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions will include endpoint security, mobile security and the > latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > icinga-users mailing list > icinga-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/icinga-users > ------------------------------ Message: 6 Date: Wed, 16 May 2012 18:44:09 -0300 From: "Leandro @GuiadoPC" <lean...@guiadopc.info> Subject: Re: [icinga-users] Icinga + puppet To: icinga-users@lists.sourceforge.net Message-ID: <1337204649.20484.9.camel@leandro> Content-Type: text/plain; charset="UTF-8" Leslie, thanks for the help. You have a structure similar to mine? It has a puppet server that manages multiple servers which run various services. Ex Webservers, MysqlServers, DNS. All servers are already registered on this server puppet. My idea is to add a new server to be managed by this server puppet. In this case, a server icinga. And then, all servers that are already registered on the server puppet would be monitored by Icinga. And the new servers registered, also enter into Icinga. Where is a puppet server, a server managed by icinga puppet and a host server to be managed and monitored by the puppet icinga. I will study their settings. Em Qua, 2012-05-16 ?s 22:25 +0100, Leslie escreveu: > We've switched to using naggen to generate our files instead of just > exported resources - we've taken a huge load off of our nagios/icinga > server. > > You can check out our configs here - big highlights are in > manifests/nagios.pp decommissioned_servers (how we remove servers and > keep them from readding themselves), manifests/misc/icinga.pp (all our > icinga setup) and files/puppet/naggen (it's put on the puppetmaster > via manifests/puppetmaster.pp) > > https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git;a=tree > > You can also just pull the repo here - git clone > https://gerrit.wikimedia.org/r/p/operations/puppet > > Hope this helps! > Leslie > > On Wed, May 16, 2012 at 9:45 PM, Todd Zullinger <t...@pobox.com> wrote: > > Hi Leandro, > > > > > > Leandro @GuiadoPC wrote: > >> > >> I have a server puppet who currently manages webservers, mailboxes, etc.. > >> I'm intending to add servers to a managed server Icinga. But > >> automating the insertion of removal of hosts. Does anyone have any > >> tips on what to do and it is possible to do this? > >> > >> Puppet ---> Icinga -----> hosts > > > > > > It's very much possible and quite handy, IMO. > > > > There was a thread on this subject not too long ago. That might > > help you get started. > > > > http://www.mail-archive.com/icinga-users@lists.sourceforge.net/msg01 > > 534.html > > > > -- > > Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ~~ Most of one's life is one prolonged effort to prevent oneself > > thinking. > > -- Aldous Huxley > > > > > > -------------------------------------------------------------------- > > ---------- > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. > > Discussions will include endpoint security, mobile security and the > > latest in malware threats. > > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > icinga-users mailing list > > icinga-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/icinga-users > > > > ---------------------------------------------------------------------- > -------- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions will include endpoint security, mobile security and the > latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > icinga-users mailing list > icinga-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/icinga-users ------------------------------ Message: 7 Date: Wed, 16 May 2012 22:49:12 +0100 From: Leslie <geekg...@gmail.com> Subject: Re: [icinga-users] Icinga + puppet To: icinga-users@lists.sourceforge.net Message-ID: <CAJ2h61by6zini4d=3s0f9s+qucrveujhfkkqerkwdnbf9yp...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 On Wed, May 16, 2012 at 10:44 PM, Leandro @GuiadoPC <lean...@guiadopc.info> wrote: > Leslie, thanks for the help. > > You have a structure similar to mine? It has a puppet server that > manages multiple servers which run various services. Ex Webservers, > MysqlServers, DNS. All servers are already registered on this server > puppet. My idea is to add a new server to be managed by this server > puppet. In this case, a server icinga. And then, all servers that are > already registered on the server puppet would be monitored by Icinga. > And the new servers registered, also enter into Icinga. Where is a > puppet server, a server managed by icinga puppet and a host server to > be managed and monitored by the puppet icinga. > Yep, that is the same thing :) We manage all our hosts via puppet, with one puppet master with storeconfigs set. Leslie > I will study their settings. > > > > > Em Qua, 2012-05-16 ?s 22:25 +0100, Leslie escreveu: >> We've switched to using naggen to generate our files instead of just >> exported resources - we've taken a huge load off of our nagios/icinga >> server. >> >> You can check out our configs here - big highlights are in >> manifests/nagios.pp decommissioned_servers (how we remove servers and >> keep them from readding themselves), manifests/misc/icinga.pp (all >> our icinga setup) and files/puppet/naggen (it's put on the >> puppetmaster via manifests/puppetmaster.pp) >> >> https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git;a=tree >> >> You can also just pull the repo here - git clone >> https://gerrit.wikimedia.org/r/p/operations/puppet >> >> Hope this helps! >> Leslie >> >> On Wed, May 16, 2012 at 9:45 PM, Todd Zullinger <t...@pobox.com> wrote: >> > Hi Leandro, >> > >> > >> > Leandro @GuiadoPC wrote: >> >> >> >> I have a server puppet who currently manages webservers, mailboxes, etc.. >> >> I'm intending to add servers to a managed server Icinga. But >> >> automating the insertion of removal of hosts. Does anyone have any >> >> tips on what to do and it is possible to do this? >> >> >> >> Puppet ---> Icinga -----> hosts >> > >> > >> > It's very much possible and quite handy, IMO. >> > >> > There was a thread on this subject not too long ago. ?That might >> > help you get started. >> > >> > http://www.mail-archive.com/icinga-users@lists.sourceforge.net/msg0 >> > 1534.html >> > >> > -- >> > Todd ? ? ? ?OpenPGP -> KeyID: 0xBEAF0CE3 | URL: >> > www.pobox.com/~tmz/pgp >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> > ~~~ Most of one's life is one prolonged effort to prevent oneself >> > thinking. >> > ? ?-- Aldous Huxley >> > >> > >> > ------------------------------------------------------------------- >> > ----------- >> > Live Security Virtual Conference >> > Exclusive live event will cover all the ways today's security and >> > threat landscape has changed and how IT managers can respond. >> > Discussions will include endpoint security, mobile security and the >> > latest in malware threats. >> > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> > _______________________________________________ >> > icinga-users mailing list >> > icinga-users@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/icinga-users >> > >> >> --------------------------------------------------------------------- >> --------- >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. >> Discussions will include endpoint security, mobile security and the >> latest in malware threats. >> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> icinga-users mailing list >> icinga-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/icinga-users > > > > ---------------------------------------------------------------------- > -------- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions will include endpoint security, mobile security and the > latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > icinga-users mailing list > icinga-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/icinga-users ------------------------------ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ------------------------------ _______________________________________________ icinga-users mailing list icinga-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/icinga-users End of icinga-users Digest, Vol 37, Issue 16 ******************************************** ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ icinga-users mailing list icinga-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/icinga-users