Skip to content

Commit

Permalink
VARs for mrpe
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Nov 11, 2024
1 parent 9ece6ec commit 866e362
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ checkmk_agent_name: "check_mk_agent.freebsd"
opn_install_check_mk: true
opn_check_mk_path: /usr/local/sbin/check_mk_agent
opn_check_mk_lib_dir: /usr/local/lib/check_mk_agent
opn_check_mk_conf_dir: /etc/check_mk
opn_check_mk_port: 6556

# patches for the checkmk agent to apply
Expand All @@ -47,6 +48,13 @@ opn_check_mk_local_checks:
- pfctl_status.sh
- check_powerunit.sh

# dict of lists of mrpe checks to run
# example:
# opn_check_mk_mrpe_checks:
# ups:
# - UPS /usr/local/libexec/nagios/check_ups -H localhost -u UPSName
opn_check_mk_mrpe_checks: {}

# dict of additional files: file name => dest
# example:
# opn_check_mk_additional_files:
Expand Down

0 comments on commit 866e362

Please sign in to comment.