-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Firefox browser tests #3
Conversation
139a7d6
to
864b343
Compare
864b343
to
14d2957
Compare
run_sram_monitoring.sh
Outdated
echo "chrome" > browser | ||
fi | ||
|
||
BROWSER=$(cat browser) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kun je dit nog aanpassen zodat de browser op de command line kan worden opgegeven? Dat maakt het makkelijker om ze om en om aan te roepen van cron/systemd.
echo sbs_login=$OUTPUT >> ${LOGFILE}.new | ||
|
||
# PAM weblogin test | ||
OUTPUT=$(python3 pam-monitor.py ${ENV}.yml) | ||
OUTPUT=$(python3 pam-monitor.py "${ENV}.yml" "$BROWSER") | ||
echo pam_weblogin=$OUTPUT >> ${LOGFILE}.new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kun je het script ook de gebruikte browser in laten outputten? Bij voorkeur als laatste regel, dat scheelt aanpassingen in zabbix.
No description provided.