Skip to content

Instantly share code, notes, and snippets.

@Brunas
Brunas / Clock-screenshot.png
Last active March 8, 2018 19:58
Advanced clock widget for Dashing
Clock-screenshot.png
global:
scrape_interval: 60s
external_labels:
monitor: 'example'
rule_files:
- /etc/prometheus/config/*.rules
scrape_configs:
@smashnet
smashnet / gitlab-artifacts-cleanup.py
Last active April 15, 2025 16:02 — forked from Pingu501/gitlab-artifacts-cleanup.py
GitLab Artifacts Clean-Up
"""
This is a small python script to clear up old gitlab build artifacts.
There are 3 variables you should modify:
* base_url: path to your gitlab
* access_token: your personal access token to make gitlab api calls
* delete_everything_older_than: configure the timedelta as you wish
!!IMPORTANT!!
By default this script does only make dry-runs and does not actually delete any files!