FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sbrxdev/ServiceJobMonitor · GitHub

 
 

Latest commit

 

History

146 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailorsoft Service Monitor

add data folder with service monitor specifications

example

<moqui.service.job.ServiceJob jobId="poll_temperature" jobName="poll_temperature"
                                  description="get temperature salt lake city"
                                  serviceName="tailorsoft.demo.TemperatureServices.get#Temperature"
                                  cronExpression="* 0/5 * ? * * *"
                                  paused="N">
</moqui.service.job.ServiceJob>

Service monitoring

monitoring services requires two entities (Monitor, MonitorBounds), these will control which service to listen to, and when to launch alerts based on their bounds.

tailorsoft.service.job.ServiceJobMonitor

<tailorsoft.service.job.ServiceJobMonitor jobName="poll_temperature" title="Temperature"
                                   valuePath="value.temp" indexName="temperature"/>

tailorsoft.service.job.ServiceJobMonitorBounds

<tailorsoft.service.job.ServiceJobMonitorBounds
            jobName="poll_SftpCountFiles_MuckCA"
            lower="0"
            upper="10"
            count="3"
    />

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL