I hereby claim:
- I am ar2pi on github.
- I am ar2pi (https://keybase.io/ar2pi) on keybase.
- I have a public key ASCP7Xu-cxpnBXwKnx_ToejHCeL_kF2EaRbIgMU4bNfYrwo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # A simple bash function to output colorful messages | |
| # | |
| # Usage: | |
| # out "Hello world!" | |
| # out warn "A warning message" | |
| # out error "An error message" | |
| # |
| #!/usr/bin/env zsh | |
| # | |
| # Call `nvm use` automatically in a directory with a .nvmrc file, silently | |
| # | |
| # Usage: | |
| # Add this to your ~/.zshrc | |
| # | |
| # Taken from https://github.com/nvm-sh/nvm#zsh | |
| # Difference being that this one is less verbose (like pyenv or goenv) |
| #!/usr/bin/env bash | |
| # | |
| # An over-engineered bash argument parser | |
| # Inspired from *args and **kwargs in Python | |
| # | |
| # Usage: | |
| # parse_args "$@" | |
| # | |
| # Examples: |
| #!/usr/bin/env bash | |
| # | |
| # A simple bash script to execute all adjacent scripts | |
| # | |
| # Usage: | |
| # source /path/to/all.sh | |
| # OR | |
| # . /path/to/all.sh | |
| # |
I hereby claim:
To claim this, I am signing this object:
| name: Release | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| versionBump: | |
| description: 'Version bump' | |
| required: true | |
| default: 'patch' | |
| type: choice |
| #!/usr/bin/env python3 | |
| import asyncio | |
| import functools | |
| import logging | |
| import math | |
| import signal | |
| import time | |
| from contextlib import asynccontextmanager, contextmanager |
A guide to configure Grafana IRM OnCall outgoing webhooks to send notifications to Google Chat.
See Google Chat docs on how to send threaded messages.
In Grafana IRM > Integrations, create 2 advanced outgoing webhooks to handle: