Skip to content

Monitors the URLs in sitemap continuously and exposes the HTTP statuses as a service

License

Notifications You must be signed in to change notification settings

redhat-raptor/gocheck-sitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Badge

gocheck-sitemap

Monitors the URLs in sitemap continuously and exposes the HTTP statuses as a service

Run in a docker container

docker run -p 3000:3000 -e SITEMAP=https://www.sitemaps.org/sitemap.xml redhatraptor/gocheck-sitemap

See the http statuses

curl http://localhost:3000/

{
  "https://www.sitemaps.org/": 200,
  "https://www.sitemaps.org/faq.html": 200,
  "https://www.sitemaps.org/protocol.html": 200
}

Future

  • Page load time
  • Page size
  • Redirects
  • First byte
  • more

About

Monitors the URLs in sitemap continuously and exposes the HTTP statuses as a service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published