User contributions
Jump to navigation
Jump to search
- 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 current
- 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
- 22:17, 25 March 2025 diff hist +116 N Restore active directory group Created page with "``` Get-ADObject -filter {samAccountName -eq "Example Group"} -IncludeDeletedObjects | Restore-ADObject -Verbose ```" current
- 16:27, 15 March 2025 diff hist +6 Protobuf python mimir client current
- 16:26, 15 March 2025 diff hist +1,952 N Protobuf python mimir client Created page with "``` #!/bin/bash set -eu mkdir -p prometheus_proto/gogoproto cd prometheus_proto wget https://raw.githubusercontent.com/prometheus/prometheus/main/prompb/remote.proto wget htt..."
- 17:20, 11 March 2025 diff hist +2,816 N Azure monitor pagerduty terraform Created page with "# Simple example of terraform for azure monitor & PD ``` locals { PAGERDUTY_INTEGRATION_KEY = "" ag_name = "" resource_group_name = "" sql_data..." current
- 16:58, 3 March 2025 diff hist 0 Go install current
- 21:08, 2 March 2025 diff hist +35 Kubeadm init ubuntu 24.04 current
- 20:57, 2 March 2025 diff hist +38 Kubeadm init ubuntu 24.04
- 18:25, 28 February 2025 diff hist +2,615 N Active Directory Join Linux Windows Created page with "# Join script join-ad.sh ``` #!/bin/bash set -eux DEFAULT_OU="OU=Example,DC=corp,DC=example,DC=com" unjoin_domain() { echo "Unjoining from the current domain..." if..." current
- 05:21, 27 February 2025 diff hist +47 Mv pvc k8s current
- 01:00, 27 February 2025 diff hist +8,360 Mv pvc k8s
- 23:33, 26 February 2025 diff hist +319 Mv pvc k8s
- 19:09, 26 February 2025 diff hist +4,847 Mv pvc k8s
- 18:41, 26 February 2025 diff hist +1,238 Mv pvc k8s
- 22:30, 25 February 2025 diff hist +1,690 Mv pvc k8s
- 03:58, 25 February 2025 diff hist +5,317 Mv pvc k8s
- 03:31, 25 February 2025 diff hist +2,396 N Mv pvc k8s Created page with "# Script mv-pvc.sh ``` #!/bin/bash set -eux # Function to display usage instructions usage() { echo "Usage: $0 <old_pvc_name> <new_pvc_name> <new_pvc_size_Gi> <new_storage..."
- 12:11, 24 February 2025 diff hist +103 N Grafana multitenancy Created page with "https://medium.com/otomi-platform/multi-tenancy-with-loki-promtail-and-grafana-demystified-e93a2a314473" current
- 03:41, 24 February 2025 diff hist +120 Mimir push reverse proxy in go current
- 03:38, 24 February 2025 diff hist +797 Mimir push reverse proxy in go
- 23:23, 23 February 2025 diff hist +37 Mimir push reverse proxy in go
- 23:17, 23 February 2025 diff hist +279 Mimir push reverse proxy in go
- 23:16, 23 February 2025 diff hist -2,189 Mimir push reverse proxy in go
- 23:15, 23 February 2025 diff hist +2,840 Mimir push reverse proxy in go
- 21:20, 23 February 2025 diff hist +13 Mimir push reverse proxy in go
- 20:58, 23 February 2025 diff hist +5,090 Mimir push reverse proxy in go
- 16:27, 23 February 2025 diff hist +1,089 Mimir push reverse proxy in go
- 16:03, 23 February 2025 diff hist +1 Mimir push reverse proxy in go
- 15:56, 23 February 2025 diff hist +1,956 N Mimir push reverse proxy in go Created page with "```CREATE TABLE users ( username TEXT PRIMARY KEY, password TEXT NOT NULL ); INSERT INTO users (username, password) VALUES ('admin', 'password123'); ``` ``` package..."
- 05:03, 22 February 2025 diff hist +76 Ceph objectstore test current
- 05:03, 22 February 2025 diff hist +72 Ceph objectstore test
- 05:02, 22 February 2025 diff hist +707 Ceph objectstore test