Ticketer Plugin
Setup Instructions
Follow these steps to configure the ticketer plugin for OpenNMS.
Step 1: Enable the Forward Ticket Option
-
Open OpenNMS.
-
Go to
Plugins > ServiceNow
. -
Locate and enable the Forward Ticket option.
Step 2: Create the Properties File
-
Create a properties file to store ticketer configuration settings.
-
Open the terminal and enter the following command to create the
osgi-ticketer.properties
file: [source,bash] ---- sudo vi $OPENNMS_HOME/etc/opennms.properties.d/osgi-ticketer.properties ----