You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to apply catalog: Could not find dependent Exec[idopgsql-import-schema] for Package[icinga2-ido-pgsql] at /etc/puppet/environments/production/modules/icinga2/manifests/feature/idopgsql.pp:113
Second is with your import schema exec command which not support a custom port
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: psql: could not connect to server: Connection refused
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: Is the server running on host "127.0.0.1" and accepting
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: TCP/IP connections on port 5432?
Error: psql -h '127.0.0.1' -U 'icinga2' -d 'icinga2' -w -f /usr/share/icinga2-ido-pgsql/schema/pgsql.sql returned 2 instead of one of [0]
Error: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: change from notrun to 0 failed: psql -h '127.0.0.1' -U 'icinga2' -d 'icinga2' -w -f /usr/share/icinga2-ido-pgsql/schema/pgsql.sql returned 2 instead of one of [0]
Hope it can help you
Regards
The text was updated successfully, but these errors were encountered:
Hello guys,
I tested your module in my dev env and I think you have some bugs with your
icinga2::feature::idopgsql
First is a missing dependent when import schema is false.
You will have
Second is with your import schema exec command which not support a custom port
Hope it can help you
Regards
The text was updated successfully, but these errors were encountered: