Submitting Monitor ValuesMonitors triggered by the boom Agent can submit their monitor values by printing to STDOUT or use the boommon executable or script that is supplied with the boom Agent. External or asynchronous monitors always need to use boommon. STDOUT format: monitorName=value [(o|object)=objectName] [varName=varValue]*where
* It's possible to submit multiple optional variables separated by space. The boommon command syntax is similar to STDOUT format: boommon monitorName=value [(o|object)=objectName] [varName=varValue]*Example: boommon ExternalMonitor_test1=44,5 o=testObject1 Submitting IndicationsTo submit messages use the boomindi command supplied with the boom Agent. boomindi (a|application)=applicationName [(o|object)=objectName] \ [(g|group)=groupName] [(s|severity)=severityStr] \ [(h|host)=hostName] [varName=varValue]* (t|text)=message
where
* It's possible to submit multiple optional variables separated by space. boomindi a="Application 1" o=Object1 s=normal optVar1="BS01_12" t="This is a messaget text" |