Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Monitoring
netbox-icinga-config-generator
Commits
6c751a8b
Verified
Commit
6c751a8b
authored
Feb 23, 2022
by
Adrian Schollmeyer
Browse files
template/host: Fix APT check name to match current apply rules
parent
641f2a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
netbox_icinga_generator/templates/generic-host.j2
View file @
6c751a8b
...
...
@@ -39,7 +39,7 @@ object Host "{{ vars.name }}" {
// === SYSTEM HEALTH CHECKS ===
{%- if vars.apt %}
// apt
vars.apt_{{ vars.apt }} = {}{% endif %}
vars.
check_
apt_{{ vars.apt }} = {}{% endif %}
// procs
{%- for check in vars.procs %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment