1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

Add default puppet7 location of the summary file (#434)

This commit is contained in:
Jethro
2022-11-05 11:22:19 +01:00
committed by GitHub
parent 0f0a31fa41
commit 539a10db4f

View File

@ -23,6 +23,7 @@ CONFIGFILE = "/etc/snmp/puppet.json"
summary_files = [
"/var/cache/puppet/state/last_run_summary.yaml",
"/opt/puppetlabs/puppet/cache/state/last_run_summary.yaml",
"/opt/puppetlabs/puppet/public/last_run_summary.yaml",
]