Skip to content
Snippets Groups Projects
Commit 68a445c0 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Fix invalid yaml + README enhance

parent ab1a7f04
Branches
No related tags found
No related merge requests found
...@@ -12,9 +12,9 @@ It also contains a rough construction to run eapol_test against radsecproxy or f ...@@ -12,9 +12,9 @@ It also contains a rough construction to run eapol_test against radsecproxy or f
### Files used by states and needed for our minions. ### Files used by states and needed for our minions.
* `checkmk/checkmk_files/` contains files that came from check_mk itself. * `checkmk/checkmk_files/` contains files that came from check mk itself.
Including files to install checkmk agent and agent plugins that were distributed by check mk itself. Including files to install checkmk agent and agent plugins that were distributed by check mk itself.
* `checkmk/custom_files/` contains agent plugins we've written ourselfes * `checkmk/custom_files/` contains agent plugins and local checks we've written
* `checkmk/third-party-files/` contains agent plugins provided by someone else * `checkmk/third-party-files/` contains agent plugins provided by someone else
## States ## States
......
/opt/check-mk-plugins/logwatch.functions.sh /opt/check-mk-plugins/logwatch.functions.sh:
file.managed: file.managed:
- source: salt://checkmk/custom-files/lib/logwatch.functions.sh - source: salt://checkmk/custom-files/lib/logwatch.functions.sh
- mode: 755 - mode: 755
......
include: include:
- lib - lib
/opt/check-mk-plugins/freeradius-logstats.sh /opt/check-mk-plugins/freeradius-logstats.sh:
file.managed: file.managed:
- source: salt://checkmk/custom-files/lib/freeradius-logstats.sh - source: salt://checkmk/custom-files/lib/freeradius-logstats.sh
......
include: include:
- lib - lib
/opt/check-mk-plugins/postfix-logstats.sh /opt/check-mk-plugins/postfix-logstats.sh:
file.managed: file.managed:
- source: salt://checkmk/custom-files/lib/postfix-logstats.sh - source: salt://checkmk/custom-files/lib/postfix-logstats.sh
- mode: 755 - mode: 755
......
include: include:
- lib - lib
/opt/check-mk-plugins/radsecproxy-logstats.sh /opt/check-mk-plugins/radsecproxy-logstats.sh:
file.managed: file.managed:
- source: salt://checkmk/custom-files/lib/radsecproxy-logstats.sh - source: salt://checkmk/custom-files/lib/radsecproxy-logstats.sh
- mode: 755 - mode: 755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment