You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: