Hi,

> On 25. Aug 2018, at 15:19, G.W. Haywood <ici...@jubileegroup.co.uk> wrote:
> 
> Hi Antony,
> 
> On Fri, 24 Aug 2018, Antony Stone wrote:
> 
>> On Friday 24 August 2018 at 16:57:14, Antony Stone wrote:
>>> On Friday 24 August 2018 at 16:34:03, G.W. Haywood wrote:
>>>> ... effectively an out of date system ( ... it's Debian),
>>>> ... Icinga 1.13.4 ( ... came with the Debian upgrade)
>>> ... You are really using Icinga version 1 on Debian Stretch??
> 
> Like I said.  It wasn't a choice, it came with the Debian upgrade, and
> if I'd known what it was going to do I'd have prevented it.
> 
>> I think you should definitely upgrade ...
>> https://www.icinga.com/docs/icinga2/latest/doc/23-migrating-from-icinga-1x/
>> can help with the migration process.
> 
> Thanks for the pointers.  The changes to the configuration are just
> overwhelming, and likely to take much more effort than to reinstall
> Nagios or fix Nagiosgraph.  I was happy with the Nagios setup which
> was broken by the Debian upgrade so I can't see that there's enough
> reward on offer from upgrading to Icinga2 for me to take the plunge.
> It's already cost me more than a week to get the systems I use back
> into a usable state after upgrading to Debian stretch.  Fixing fvwm,
> the window manager that I use, itself took a full week and I can't
> afford to spend many more frustrating weeks up this creek just to
> get back to where I was in July - I think I'm nearly there now.
> 
> Any prospect that Icinga2 will ever read an Icinga1 configuration?

That will never happen, this decision was made more than five years ago. It not 
only is a technical one of course, change and improvements can only happen if 
you insist on one way doing things right. Look into the possibilities you’ll 
get with the Icinga 2 DSL, the most easiest one is a service check of yours 
applied to all hosts.

object Host “http-host” {
  check_command = “hostalive”
  address = “…"
  vars.http_vhost = “yourdomain"
}

apply Service “https yourdomain” {
  check_command = “http”

  assign where match(“*domain*”, host.vars.http_vhost)
}

I also wouldn’t recommend to use nagiosgraph, it is dated and modern metric 
collection tools focus on the shiny Grafana frontend with Graphite/InfluxDB as 
TSDB. If you really want to go the RRDTool way, PNP might be a choice, although 
its development isn’t that active.

Icinga 1.x has lived for nearly 10 years now, by the end of 2018 it will go 
officially out of support. That’s bad for Debian upstream, still, there’s no 
resources nor effort for 1.x anymore on the Icinga project. 

I’d suggest to learn about Icinga 2 and start with a simple scenario. Also, 
skip the mailing lists and hop onto monitoring-portal.org where you’ll find 
many more community members who may help and assist your questions.

Cheers,
Michael



> 
> Any takers on my question 2?
> 
> -- 
> 
> 73,
> Ged.
> _______________________________________________
> 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

Reply via email to