bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/cmd/scollector/collectors/puppet_windows.go (about)

     1  package collectors
     2  
     3  const (
     4  	puppetPath       = `C:\ProgramData\PuppetLabs`
     5  	puppetRunSummary = `C:\ProgramData\PuppetLabs\puppet\cache\state\last_run_summary.yaml`
     6  	puppetRunReport  = `C:\ProgramData\PuppetLabs\puppet\cache\state\last_run_report.yaml`
     7  	puppetDisabled   = `C:\ProgramData\PuppetLabs\puppet\cache\state\agent_disabled.lock`
     8  )