Skip to content

Commit 0ab1da5

Browse files
authored
Update README.md
1 parent 8a653e7 commit 0ab1da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Monitoring Agent [![Build Status](https://travis-ci.org/dishmael/java-monitoring-agent.svg?branch=master)](https://travis-ci.org/dishmael/java-monitoring-agent)
2-
This is a java-based agent I wrote for a customer who had a need for monitor legacy equipment. The agent uses [Apache Commons Procrun](https://commons.apache.org/proper/commons-daemon/procrun.html) utility so the agent will run as a Microsoft Windows service. The agent settings can be controlled using the config.properties file located under /src/main/resources.
2+
This is a java-based agent I wrote for a customer who had a need to monitor legacy equipment. The agent uses [Quartz Scheduling](http://www.quartz-scheduler.org) for scheduled tasks and [Apache Commons Procrun](https://commons.apache.org/proper/commons-daemon/procrun.html) utility so the agent will run as a Microsoft Windows service. The agent settings can be controlled using the config.properties file located under /src/main/resources.
33

44
## Instructions
55
You can find the following instructions on [Stack Overflow](http://stackoverflow.com/questions/68113/how-to-create-a-windows-service-from-java-app), but I will put them here for posterity.

0 commit comments

Comments
 (0)