Skip to content

Alerts stop working from Icinga 2.14 #1

Description

@brummybird

Hi All,

I am not sure if anyone is maintaining this alert but they have recently stopped working. You need to add the following to your service script:
Line 33&34:
-X HOSTNOTES (\$host.notes\$)
-x SERVICENOTES (\$service.notes\$)

Line 67:

while getopts 4:6:b:c:d:e:f:hi:l:n:o:r:s:t:u:v:X:x: opt

Line 81&82:

X) HOSTNOTES=$OPTARG ;;

x) SERVICENOTES=$OPTARG ;;

For the host script:
Line 31:

-X HOSTNOTES (\$host.notes\$)

Line 64:

while getopts 4:6::b:c:d:f:hi:l:n:o:r:s:t:v:X: opt

Line 78:

X) HOSTNOTES=$OPTARG ;;

Cheers
Lyndsey

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions