Interactive

arditrigger.Interactive is used to turn your script into something that can be used as a service or through command-line parameters.

Parameters

NameDefaultMeaning
hostlocalhostThe ARDI host name
sitedefaultThe ARDI database/site
nameARDI Trigger ApplicationThe name of the application (used in outputs)
descLive Data ResponseA description of the application
outputconfig.jsonThe file name containing the modular output system settings

Description

This function starts processing your triggers according to the users needs.

Users running the script may want to include one or more of the parameters.

Example

arditrigger.Interactive("myserver","mysite","Outage Detector","Detects outages")

This function allows the user to pass command-line parameters

See Also