-
Notifications
You must be signed in to change notification settings - Fork 2
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
Webhooks/events/notifications in HPC PBS scripts #9
Comments
1. Example simple bash script/PBS script which does a callback via curl to a URL.a. Bash script (
|
2.a. Example of using file watching (
|
Does that automatically submit all pbs scripts that are in the directory $HOME/pbs_inbox? |
@agladstein - No, only each new one added after the script is running. One can modify it do that if necessary. |
POCs
curl
to a URL. This URL could be Slack, Zapier, IFTTT, etc.entr
) to check for a new PBS script in a directory and then submitting itentr
) to check for some pattern in a file and then triggering a web hookpsutil
in the background to watch resource usage over time and post to Plotly/Google Sheets, etc.The text was updated successfully, but these errors were encountered: