Flags
-h, –help Displays this help screen and exits.
-v, –version Displays the version number and exits.
-d, –debug Displays logs as they occur to stdout, still logs to log file.
-s, –silent Suppress all messages, log nothing. Output only what is needed at an absolute minimum.
-m, –manual Indicates a manual run with a URL. No results will be recorded, no alerts to be sent.
-t, –test Tests the configuration files and exits.
-c, –config Indicates all subsequent arguments are the configuration files ordered from lowest priority to highest.
Example Usage
pinglite –help
pinglite –version
pinglite –manual https://download.pinglite.xyz
pinglite –test globalconfig.ini localconfig.ini siteconfig.ini
pinglite –debug –config configuration.ini
pinglite –config globalconfig.ini localconfig.ini siteconfig.ini
Notes
Help, Manual, and Test must be used with no other flags.