Skip to content

Instantly share code, notes, and snippets.

@azhinu
azhinu / script.js
Last active June 13, 2023 08:32
Grafana alert RocketChat webhook script
// Rocketchat incoming grafana webhook script
// See the following links for some documentation:
// * Grafana outgoing format: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/webhook-notifier/
// * Rocketchat incoming message format: https://developer.rocket.chat/reference/api/rest-api/endpoints/core-endpoints/chat-endpoints/postmessage#attachments-detail
class Script {
process_incoming_request({ request }) {
var attachments = [];
request.content.alerts.map(function(item) {
@azhinu
azhinu / starship.toml
Last active January 12, 2022 14:02
Azhinu Starship config
format = "$cmd_duration$character [$hostname:](bold purple)$all $directory [ ](bold green)"
[line_break]
disabled = true
[character]
error_symbol = "[](bold red)"
success_symbol = "[](bold green)"
[cmd_duration]