User contributions
Jump to navigation
Jump to search
- 14:32, 15 July 2025 diff hist +62 Lab2 current
- 14:04, 15 July 2025 diff hist +109 Lab2
- 05:15, 15 July 2025 diff hist +11,733 N Lab2 Created page with "``` package main import ( "bytes" "context" "crypto/tls" "database/sql" "encoding/base64" "fmt" "io" "net/http" "net/url" "os" "os/signal" "path" "strconv" "str..."
- 05:11, 15 July 2025 diff hist +4,921 Lab current
- 04:37, 15 July 2025 diff hist +1,912 Lab
- 04:37, 15 July 2025 diff hist +15 Lab
- 04:05, 15 July 2025 diff hist +35 Lab
- 04:02, 15 July 2025 diff hist +14,709 N Lab Created page with "``` package main import ( "bytes" "context" "crypto/tls" "database/sql" "encoding/base64" "fmt" "io" "net/http" "net/url" "os" "os/signal" "strconv" "strings" "..."
- 03:44, 15 July 2025 diff hist +859 Mimir push test client current
- 03:21, 15 July 2025 diff hist +1,940 N Mimir push test client Created page with "``` import os import time import requests import snappy import warnings # Suppress the InsecureRequestWarning when verify=False is used warnings.filterwarnings("ignore", mess..."
- 04:03, 14 July 2025 diff hist +585 Protobuf python mimir client current
- 04:06, 13 July 2025 diff hist +765 N Alloy monitor url with blackbox & push Created page with "``` prometheus.exporter.blackbox "cisco_probe" { config = "{ modules: { http_2xx: { prober: http, http: { follow_redirects: true, preferred_ip_protocol: ip4 } } } }" } prom..." current
- 18:47, 12 July 2025 diff hist +102 Upgrade Ubuntu Release current
- 21:56, 9 July 2025 diff hist -73 Grafana Dashboard Generic Loki current
- 16:13, 9 July 2025 diff hist +6,475 N Grafana Dashboard Generic Loki Created page with "``` { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor":..."
- 15:40, 9 July 2025 diff hist +420 Zabbix backup current
- 21:08, 8 July 2025 diff hist +5,011 N MSCA certsrv Created page with "``` import argparse import base64 import re import time import requests from requests_ntlm import HttpNtlmAuth from cryptography import x509 from cryptography.x509.oid import..." current
- 19:30, 8 July 2025 diff hist +5,565 N Azure monitor logs Created page with "To alert on VM‐level errors and push them into PagerDuty, you’ll use Azure Monitor’s **Log Alerts** (formerly “Log Search Alerts”) against a Log Analytics workspace,..." current
- 17:15, 8 July 2025 diff hist +1,010 N Alloy install Created page with "``` #!/usr/bin/env bash set -euo pipefail # 1. Ensure running as root if $EUID -ne 0 ; then echo "Please run as root or with sudo." exit 1 fi # 2. (Optional) Check..." current
- 15:39, 8 July 2025 diff hist +78 Developer roadmap current
- 15:38, 8 July 2025 diff hist +169 Roadmaps current
- 15:36, 8 July 2025 diff hist +118 Developer roadmap
- 19:50, 7 July 2025 diff hist +5,547 N Loki indexes Created page with "This is a crucial distinction between Loki and Prometheus, despite both using labels. ### Loki: Indexes on Labels, Not Message Data **No, Loki does NOT build a separate inde..." current
- 16:47, 7 July 2025 diff hist +4,348 N Loki vs postgres hypertable Created page with "Here’s a rough comparison of what you might see when querying a **1-month, \~100 GB** time-series dataset on commodity hardware (e.g. SSDs, 16 cores). Actual numbers will va..." current
- 16:09, 7 July 2025 diff hist +2,518 N Loki chunks size Created page with "Loki’s Azure “blobs” are really just the compressed **chunks** of log entries that the Ingester flushes to your `<container>/chunks/<tenant-ID>/…` path. The **size** o..." current
- 16:29, 5 July 2025 diff hist +2,388 N Loki duplicates Created page with "In Loki, deduplication happens both at ingest-time and (optionally) at query-time, but it’s driven by the combination of: 1. **Stream identity** (tenant + label set, e.g. `..." current
- 00:46, 4 July 2025 diff hist +76 Rclone cheat sheet current
- 00:43, 4 July 2025 diff hist +55 N Rclone cheat sheet Created page with "``` rclone check /dir2/foo /dir2/foo --size-only -P ```"
- 16:25, 3 July 2025 diff hist +155 Rclone md5 per file current
- 15:56, 3 July 2025 diff hist +88 Rclone md5 per file
- 15:54, 3 July 2025 diff hist +1,162 N Rclone md5 per file Created page with "# MD5 for blobs Adds MD5 hashsum per file on blob that doesn't support the backend command ## if backend ``` rclone backend set-md5 --all "azdst:test/foo" ``` ## If not ```..."
- 06:58, 2 July 2025 diff hist +5,847 N Alloy prometheus modules Created page with "Yes, you are correct! Grafana Alloy integrates the Blackbox Exporter directly as a built-in component. This means you don't need to run a separate Blackbox Exporter instance a..." current
- 06:55, 2 July 2025 diff hist +1,911 N Alloy http monitor Created page with "``` // config.alloy prometheus.exporter.blackbox "my_blackbox_exporter" { // Define modules directly within the Alloy config config = { modules = { http_2xx = {..." current
- 22:01, 1 July 2025 diff hist +1,270 N Azure blob api cost notes Created page with "No, the transactions are not free, but running `rclone size` on a prefix with one million objects is very inexpensive. --- ### ## What Happens When You Run the Command The..." current
- 18:51, 1 July 2025 diff hist +20 Upgrade Ubuntu Release
- 06:19, 28 June 2025 diff hist +4,004 Grafana Dashboards k8s current
- 06:02, 28 June 2025 diff hist +32 N Grafana Dashboards k8s Created page with "k8s mimir/prometheus 15758 15760"
- 13:07, 20 June 2025 diff hist +459 N Loki sandbox Created page with "``` loki: storage: type: azure storageConfig: boltdb_shipper: shared_store: azure active_index_directory: /var/loki/index cache_location: /var/lo..." current
- 13:03, 20 June 2025 diff hist +994 Loki scripts current
- 13:00, 20 June 2025 diff hist +1,102 N Loki scripts Created page with "``` import os from azure.storage.blob import ContainerClient # Set environment variables or hardcode for testing ACCOUNT_URL = os.environ["AZURE_ACCOUNT_URL"] # e.g.,..."
- 20:20, 19 June 2025 diff hist +2,986 N Sftp get dirs Created page with "# Simple script to get dirs .env ``` export SFTP_HOST=eft-na.wtwco.com export SFTP_USER=PooBear export SFTP_PASS=<MY PASS> export BASE_DIR="/Usr/BDA/" export OUTPUT_FILE="my_..." current
- 21:07, 13 June 2025 diff hist +1,169 N Mimir diff Created page with "helm_upgrade "--install mimir grafana/mimir-distributed -f mimir-distributed.values.yaml" ``` 2153c2153 < size: 30Gi --- > size: 5Gi 2269c2269 < enabled: true ---..." current
- 17:27, 3 June 2025 diff hist +2,416 N OpenSearch 2 Created page with "Here's a **Helm install command** for OpenSearch with **LDAP authentication enabled** and **TLS for HTTP enabled**, using the official [OpenSearch Helm chart](https://github.c..." current
- 18:35, 30 May 2025 diff hist +109 Aks Troubleshooting current
- 22:00, 13 April 2025 diff hist +518 N Ubuntu apt defaults Created page with "# Some helpful defaults apt.sh ``` #!/bin/bash set -eu apt update && apt install -y sudo sudo apt update && sudo apt install -y vim wget curl gnupg2 lsb-release dnsutils netc..." current
- 18:52, 9 April 2025 diff hist +49 N Victoriametrics vs mimir Created page with "https://victoriametrics.com/blog/mimir-benchmark/" current
- 16:27, 31 March 2025 diff hist +10,394 Conntrackd current
- 16:26, 31 March 2025 diff hist +76 Conntrackd
- 19:24, 29 March 2025 diff hist +4,119 N Go postgres simple memory sync Created page with "``` package main import ( "context" "database/sql" "fmt" "log" "net/http" "sync" "time" _ "github.com/lib/pq"..." current
- 19:09, 29 March 2025 diff hist +441 N Pushproxy Created page with "bash client ``` current_time_seconds=$(date +%s) ts=$((current_time_seconds - 0)) rn=$(( ( RANDOM % 20 ) + 10 )) echo $rn curl -X POST -g \ -u user1:pass1 \ --data..." current