conf/spanx-config.yml.example in spanx-0.1.1 vs conf/spanx-config.yml.example in spanx-0.3.0
- old
+ new
@@ -16,10 +16,11 @@
:analyze_interval: 20
:blocked_ip_notifiers:
- "Spanx::Notifier::AuditLog"
- "Spanx::Notifier::Campfire"
- "Spanx::Notifier::Email"
+ - "Spanx::Notifier::Slack"
:period_checks:
- :period_seconds: 3600
:max_allowed: 2000
:block_ttl: 7200
- :period_seconds: 600
@@ -33,9 +34,13 @@
:campfire:
:enabled: true
:room_id: 1111
:token: aaffdfsdfadfasdfasdfasdf
:account: test
+:slack:
+ :enabled: true
+ :token: aaffdfsdfadfasdfasdfasdf
+ :base_url: 'https://wanelo.slack.com'
:email:
:enabled: true
:to: "everyone@mycompany.com"
:from: "spanx@mycompany.com"
:password: "s3cVr3p4ssw0rd"