hubot-ssl-certificate-expiration-check
SSL expiration check
Getting Started
-
Setup your hubot
-
Add the script to your hubot.
npm install hubot-ssl-certificate-expiration-check --save
- Add
hubot-ssl-certificate-expiration-check
toexternal-scripts.json
, like:
["hubot-ssl-certificate-expiration-check"]
Scheduler
- agenda example
agenda = db:address: processenvMONGO_URL= agendadefine 'agenda:check:ssl:certificate:expiration:date' robotemit 'check:ssl:certificate:expiration:date''example1.com''example2.com'room: 'example@conference.example.xmpp.slack.com'expire: 30 done agendaevery'0 10 * * *''agenda:check:ssl:certificate:expiration:date' agendastart