Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Support for Icinga #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Support for Icinga #2

wants to merge 4 commits into from

Commits on Jan 20, 2011

  1. Fix the 'block not supplied' exception when using mailto:// plugin

    When using mailto://, Angelia is unable to send the notification due
    to 'block not supplied' exception. Mail.defaults expects a block.
    elmer committed Jan 20, 2011
    Configuration menu
    Copy the full SHA
    f89ac0d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2011

  1. Support for Icinga monitoring system

    This patch allows you to use Angelia when calling from Icinga. When
    --icinga is pass to angelia-nagios-send, it gathers the ICINGA_*
    environment variables instead.
    
    Use it as:
    
    define command {
      command_name notify-by-angelia
      command_line /usr/sbin/angelia-nagios-send --icinga -c /etc/angelia/angelia.cfg --service-notify -r $CONTACTEMAILS$
    }
    elmer committed Jan 21, 2011
    Configuration menu
    Copy the full SHA
    75ffa7a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2011

  1. Add Notifo protocol plugin

    elmer committed Mar 24, 2011
    Configuration menu
    Copy the full SHA
    b9cf8dc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2011

  1. qualify the Clickatell::API::Error class

    as for some reason "uninitialized constant Angelia::Plugin::Clickatell::API, will retry" is being raised.
    elmer committed May 24, 2011
    Configuration menu
    Copy the full SHA
    217a6e8 View commit details
    Browse the repository at this point in the history