Monitor and report status of customer service monitoring scenarios
Telegram bot accepts following commands:
Bot reply to the message with last status(-es) retrieved from given source
Status has following syntax:
/status <source> [detailed_source] [history_depth]
If some argument contains spaces, it should be surrounded by quotes,
either '...'
or "..."
Status command for AWX source has following syntax:
/status awx [template_name] [history_depth]
Examples:
/status awx
— return last job status for all scenarios/status awx 'Build test host'
— return last job status for AWX template which called 'Build test host'/status awx 'Scenario 1.5' 3
— return status of last 3 jobs for AWX template which calledScenario 1.5