-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix to rsyslog restart * logrotate duplication in AlmaLinux * GeoIP MindDB update * GeoIP rework for Nginx * Elasticsearch cluster-health prometheus rule * Sensu status log fix and SELinux fix
- Loading branch information
1 parent
ff4641f
commit 19db522
Showing
13 changed files
with
117 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- name: "Goaccess requirements: MaxMinDDB" | ||
- name: "Goaccess requirements: MaxMindDB" | ||
tags: | ||
- goaccess | ||
- pkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
- name: "GeoLite2 archive" | ||
tags: | ||
- geoip | ||
unarchive: | ||
src: "{{ item.url }}" | ||
dest: "{{ location }}" | ||
remote_src: yes | ||
loop_control: | ||
label: "{{ item.name }}" | ||
loop: | ||
- { name: "GeoLite2-City", url: "{{ GeoLite2.url }}" } | ||
|
||
|
||
- name: "GeoLite2 DB link" | ||
tags: | ||
- geoip | ||
- goaccess | ||
file: | ||
src: "GeoLite2-{{ GeoLite2.version }}" | ||
path: "{{ location }}/GeoLite2" | ||
state: link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
{{ sensu_backend.directory }}/backend-stats.log | ||
{{ sensu_backend.directory }}/logs/stats.log | ||
{ | ||
rotate 7 | ||
daily | ||
missingok | ||
dateext | ||
copytruncate | ||
compress | ||
} | ||
copytruncate | ||
rotate 3 | ||
hourly | ||
missingok | ||
compress | ||
} |