talamoig / icinga

icinga2 puppet module
0 stars 2 forks source link

Service[httpd] doesn't seem to be in the catalog #3

Open TinajaLabs opened 9 years ago

TinajaLabs commented 9 years ago

redhat 6.5 apache2/httpd was already installed (via kickstart)

Installing Icinga with classicui. Icinga server installed and running but stumbling on classicui install.

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: Exec[icinga::classicui::install] { notify => Service[httpd] }, because Service[httpd] doesn't seem to be in the catalog

We use hiera so translating the puppet forge example code to hiera/yaml format. From monitor.yaml

classes:
- 'icinga'
# - 'graphite'

icinga::with_backend      : true
icinga::with_classicui    : true
icinga::with_webgui       : false
icinga:features   :
    - 'statusdata'
    - 'compatlog'
    - 'command'

Any advice appreciated, Chris.

TinajaLabs commented 9 years ago

Dropped the hiera approach and I'm building a site.pp for the Icinga Install.

Is it possible to install without access to internet and if so, which RPMs will I need to put into my yum repo to install icinga2 with classic UI?

Thanks, Chris.