NAME

Kanku::Notifier::NSCAng - A kanku notification module for Nagios NSCAng

DESCRIPTION

Send a notification to a nagios NSCAng daemon.

CONFIGURATION

GLOBAL

in /etc/kanku/kanku-config.yml:

 Kanku::Notifier::NSCAng:
   init:
     remote_host: ...
     remote_port: ...
     remote_identity: ...
     remote_password: ...
   send_report:
     hostname: <hostname_in_icinga>

JOB CONFIG FILE

  notifiers:
    -
      use_module: Kanku::Notifier::NSCAng
      options:
        send_report:
          hostname: <hostname_in_icinga>
          service:  <servicename_in_icinga>
        state_map:         # optional
          succeed: 0       # works with Int
          failed: WARNING  # works with Strings (OK, WARNING, CRITICAL, UNKNOWN)
          skipped: unknown # is case insensitive
      states: failed,succeed

SEE ALSO

Net::NSCA::Client