Sha256: eda97946488ad4378556de86072580fc5f9111fe17cd9e5abcd8b9f1c36f86a9
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
--- :access_log: "" :block_file: "block-ips.conf" :audit_file: "spanx-audit.log" :redis: :host: "127.0.0.1" :port: 6379 :db: 1 :collector: :resolution: 300 # seconds :history: 21600 # seconds :flush_interval: 5 :log_reader: :tail_interval: 1 :analyzer: :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 :max_allowed: 600 :block_ttl: 1200 - :period_seconds: 21600 :max_allowed: 8000 :block_ttl: 64800 :writer: :write_interval: 10 :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" :domain: "mycompany.com" :gateway: "smtp.gmail.com"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spanx-0.3.0 | conf/spanx-config.yml.example |