mirror of
https://github.com/skoobasteeve/ansible-server-setup.git
synced 2026-03-22 04:18:58 +00:00
initial working commit
This commit is contained in:
5
roles/librenms-client/templates/rsyslog.conf.j2
Normal file
5
roles/librenms-client/templates/rsyslog.conf.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
*.* @{{ librenms_ip }}:514
|
||||
|
||||
if $programname == 'snmpd' and $msg contains 'statfs' then {
|
||||
stop
|
||||
}
|
||||
Reference in New Issue
Block a user