--- !ruby/object:Gem::Specification name: nagios-herald version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - Ryan Frantz - Nassim Kammah autorequire: bindir: bin cert_chain: [] date: 2014-09-26 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: app_conf prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "0.4" - - ">=" - !ruby/object:Gem::Version version: 0.4.2 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: choice prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "0.1" - - ">=" - !ruby/object:Gem::Version version: 0.1.6 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: mail prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "2.5" - - ">=" - !ruby/object:Gem::Version version: 2.5.4 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: chef prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 11.8.2 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: elasticsearch prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.2 type: :runtime version_requirements: *id005 description: " A project that aims to make it easy to provide context in Nagios alerts.\n The project consists of a core notifier script that can be called with a formatter\n to tailor the content of the message sent to an operator.\n" email: - rfrantz@etsy.com - nkammah@etsy.com executables: - nagios-herald extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG.md - CONTRIBUTING.md - Gemfile - LICENSE - README.md - Rakefile - bin/draw_stack_bars - bin/dump_nagios_env.sh - bin/get_ganglia_graph - bin/get_graph - bin/get_graphite_graph - bin/nagios-herald - bin/splunk_alert_frequency - contrib/nrpe-plugins/check_cpu_stats.sh - contrib/nrpe-plugins/check_disk.sh - contrib/nrpe-plugins/check_mem.pl - contrib/nrpe-plugins/nrpe-plugin-examples.md - docs/config.md - docs/example_alerts.md - docs/formatters.md - docs/helpers.md - docs/images/cpu_no_context.png - docs/images/cpu_with_context.png - docs/images/disk_space_no_context.png - docs/images/disk_space_with_context.png - docs/images/memory_high_no_context.png - docs/images/memory_high_with_context.png - docs/images/nagios-herald-formatter-content-example.png - docs/images/nagios-herald.png - docs/images/stack-bars.png - docs/images/vanilla-nagios.png - docs/messages.md - docs/nagios-config.md - docs/tools.md - etc/config.yml.example - etc/readme.md - lib/nagios-herald.rb - lib/nagios-herald/config.rb - lib/nagios-herald/executor.rb - lib/nagios-herald/formatter_loader.rb - lib/nagios-herald/formatters.rb - lib/nagios-herald/formatters/base.rb - lib/nagios-herald/formatters/check_cpu.rb - lib/nagios-herald/formatters/check_disk.rb - lib/nagios-herald/formatters/check_logstash.rb - lib/nagios-herald/formatters/check_memory.rb - lib/nagios-herald/formatters/example.rb - lib/nagios-herald/helpers.rb - lib/nagios-herald/helpers/ganglia_graph.rb - lib/nagios-herald/helpers/graphite_graph.rb - lib/nagios-herald/helpers/logstash_query.rb - lib/nagios-herald/helpers/splunk_alert_frequency.rb - lib/nagios-herald/helpers/splunk_query.rb - lib/nagios-herald/helpers/url_image.rb - lib/nagios-herald/logging.rb - lib/nagios-herald/message_loader.rb - lib/nagios-herald/messages.rb - lib/nagios-herald/messages/base.rb - lib/nagios-herald/messages/email.rb - lib/nagios-herald/messages/irc.rb - lib/nagios-herald/messages/pager.rb - lib/nagios-herald/test_helpers/base_test_case.rb - lib/nagios-herald/util.rb - lib/nagios-herald/version.rb - lib/stackbars/__init__.py - lib/stackbars/chart_utils.py - lib/stackbars/grouped_stackbars.py - lib/stackbars/pilfonts/Tahoma.ttf - lib/stackbars/pilfonts/aerial.ttf - lib/stackbars/pilfonts/arial_black.ttf - lib/stackbars/stackbar.py - nagios-herald.gemspec - test/env_files/check_cpu_idle.CRITICAL - test/env_files/check_cpu_iowait.WARNING - test/env_files/check_disk.CRITICAL - test/env_files/check_disk.CRITICAL_ICINGA - test/env_files/check_disk.RECOVERY - test/env_files/check_memory.CRITICAL - test/env_files/nagios_vars.EXAMPLE - test/unit/test_config.rb - test/unit/test_executor.rb - test/unit/test_formatter_base.rb - test/unit/test_formatter_check_cpu_idle_critical.rb - test/unit/test_formatter_check_memory.rb - test/unit/test_icinga_variables.rb - test/unit/test_logging.rb - test/unit/test_message_email.rb - test/unit/test_message_pager.rb homepage: https://github.com/etsy/nagios-herald licenses: - MIT metadata: {} post_install_message: Have fun and write your own formatters! rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A project that aims to make it easy to provide context in Nagios alerts. test_files: [] has_rdoc: