Commit d858b561963e5c930918afbfbc079944930e56fa
1 parent
a3f8f787
Exists in
syslog
Creating a machine "monitor" and configuring for local usage
Showing
4 changed files
with
8 additions
and
3 deletions
Show diff stats
config/local/ips.yaml
nodes.yaml
roles/monitoring_server.rb
roles/server.rb
1 | 1 | name 'server' |
2 | 2 | description 'Common configuration for all servers' |
3 | -run_list 'recipe[basics]', 'recipe[firewall]', 'recipe[email::client]', 'recipe[munin::node]' | |
3 | +run_list 'recipe[basics]', 'recipe[firewall]', 'recipe[email::client]', 'recipe[munin::node]', 'recipe[rsyslog::node]' | |
4 | 4 | \ No newline at end of file | ... | ... |