Skip to content

Site checker ruby implementation

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

z-aliakseyeu/revisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revisor

Configuration

revisor:
    notify_on_failures: 100 # number of consecutive failures when notification will be sent
client:
    uri: http://youtube.com/ # uri of the site to watch for
validator:
    codes: # allowed status codes
        - 200
        - 301
        - 302
        - 304
    min_time: 0.11 # minimal response time
notifier:
    notify_with: # which transport you will use for alerting
        - email
        - sms
    transport:
        email: # email transport configuration
            from: alert@revisor.com
            subject: youtube.com site watching
            to: vbuzrvcd@sharklasers.com
        sms: # sms transport configuration, cause i have no app_key & app_secret i haven't tested it...
            api_key: asdfasdfasdfasdf
            api_secret: qwerqwerqwerqwerqwerqwer
            phone_number: +375291111111
            from: revisor_app

About

Site checker ruby implementation

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages