8000 GitHub - stanleytamta/sitemonitoring-production: free open source website monitoring software
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stanleytamta/sitemonitoring-production

 
 

Repository files navigation

Website monitoring

website monitoring homepage with video tutorials!

Key features

  • User friendly
  • Platform independent
  • Runs as a standalone Java application
  • Monitor single web page, pages in sitemap and even your whole web site using spider
  • Check not only HTTP result codes, but also page contents; Can specify HTTP header for web page request;
  • Find broken links on your website
  • Microservice (REST APIs) monitoring - XML (using XPath and XSD) and JSON (using JSONPath)
  • Periodic checking (built-in cron mechanism)
  • Email notifications
  • Statistics

To login use these credentials: username = admin, password = admin

Standalone application (with HSQL database)

Just download latest ZIP file. Extract and run: startup.bat (Linux and Mac are also supported)

Note for developers: to build the application run: mvn clean package

How to build binary distribution: mvn clean install

Development (with embedded HSQL database)

To run in development mode run this class: net.sf.sitemonitoring.Main
with these VM arguments: -Djava.io.tmpdir=sitemonitoring-temp -Dspring.profiles.active=dev -Ddbport=9001 -Dserver.port=8081

About

free open source website monitoring software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.7%
  • HTML 19.8%
  • Other 1.5%
0