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
We have the following use case when puppet-agent is failing but the exporter doesn't detect/notify the failure.
I think what is missing is to look for the "logs" section and find if there were errors reported by puppet-agent.
Here is a snip of the relevant data:
logs:
- level: err
message: 'Could not retrieve catalog from remote server: Error 500 on SERVER: Server
Error: Evaluation Error: Resource type not found: Stdlib::Compat::Ip_address (file:
/opt/data/puppet_git/modules/squid/manifests/init.pp, line: 178, column: 12) on
node yul-intproxy-002.ludia.me'
source: Puppet
tags:
- err
time: '2023-08-16T13:44:54.171960726+00:00'
file:
line:
Would it be possible to also check for the log section and return "puppet_last_run_success = 0" when errors are found?
The ressources information are all not reporting any failure:
We have the following use case when puppet-agent is failing but the exporter doesn't detect/notify the failure.
I think what is missing is to look for the "logs" section and find if there were errors reported by puppet-agent.
Here is a snip of the relevant data:
Would it be possible to also check for the log section and return "puppet_last_run_success = 0" when errors are found?
The ressources information are all not reporting any failure:
and for the ressources:
The text was updated successfully, but these errors were encountered: