Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 783 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 783 Bytes

appcanary.agent

Set up the Appcanary agent.

Requirements

You must have an appcanary account and the API key provided by it.

Role Variables

  • api_key: Your appcanary api key
  • monitored_files: A list of paths monitored
  • monitor_system_packages: Boolean, determines whether Appcanary should monitor your system packages. Defaults to True.

Example Playbook

- hosts: servers
  roles:
     - { role: appcanary.agent, api_key: "MYAPIKEYHERE", monitored_files: ["/path/to/my/Gemfile.lock", "/path/to/another/Gemfile.lock"] }

License

GPLv3

Author Information

Contact us at hello@appcanary.com