Command Line Notifiers
Use a command line notifier to specify a command (executable, shell script, batch file, and so on) to run as a notification.
To configure a Command Line notifier:
- In the Configure Notifier window, select Command Line from the Notifier Type menu.
- In the Command text box, enter the command. Include any arguments, exactly as you would type them on the command line.
- Click Test Notifier to send a test notification.
Configuring the Command Line Notifier
![]() |
Command Text Box
Specify the executable you want to run, including any arguments. Note that you need to specify the exact name, including any extensions such as .exe or .cmd.
If you want the message generated by Intermapper to be included in the command, place the text ${MESSAGE} where you want the message to go.
Double quotation marks (" ") must be used for special environment variables, such as "${MESSAGE}", when configuring the Command Line Notifier for Intermapper to accept the command.
To include the message escaped for use in an HTTP query string, use ${ESCAPED_MESSAGE} instead.
Use ${STRIPPED_MESSAGE } to strip the message of any punctuation that might cause trouble for the command line notifier.
Use ${URLESCAPE} to escape the message for use as a URL.
For an example of a command line notifier, see the Examples page.