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 around.

When I edit a host configuration and remove a service, it still remains in the web interface. I assume that is because it still is in the database. Is there a way to purge these? I'm thinking that perhaps my set up is missing something if this is not happening.

Example:

  services["swap"] = {
    templates = [ "generic-service" ],
    check_command = "check_nrpe",
    macros = {
      remote_nrpe_command = "check_swap"
    }
  },
/*
  services["web_ui"] = {
    templates = [ "generic-service" ],
    check_command = "check_http"
  },
*/
  services["dhcp"] = {
    templates = [ "generic-service" ],
    check_command = "check_dhcp",
    macros = {
      requestedip = "10.1.1.254"
    }
  },

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

Reply via email to