User contributions
Jump to navigation
Jump to search
- 23:28, 8 March 2024 diff hist +541 N Dns registration in windows Created page with "``` $dnsRegistrationInterval = Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' -Name 'RegistrationRefreshInterval' Write-Host "Current DNS Re..." current
- 20:48, 8 March 2024 diff hist +200 N Health Check for Application Service Created page with "https://learn.microsoft.com/en-us/azure/app-service/monitor-instances-health-check?tabs=dotnet https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/app/mon..." current
- 16:35, 8 March 2024 diff hist +342 N Blackbox exporter form login Created page with "``` modules: http_2xx: prober: http timeout: 5s http: method: POST headers: Content-Type: 'application/x-www-form-urlencoded' params:..." current
- 21:56, 7 March 2024 diff hist 0 m Loki AKS Example Busk moved page Aks loki to Loki AKS Example without leaving a redirect current
- 21:54, 7 March 2024 diff hist +125 N Loki AKS Example Created page with "https://techcommunity.microsoft.com/t5/apps-on-azure-blog/getting-started-with-azure-kubernetes-service-and-loki/ba-p/3406880"
- 01:53, 7 March 2024 diff hist +16 N Helm show values Created page with "helm show values" current
- 23:08, 6 March 2024 diff hist +631 N Jinja use custom block markers Created page with "``` from jinja2 import Environment, FileSystemLoader # Create a Jinja environment with custom variable markers custom_env = Environment(loader=FileSystemLoader('your_template..." current
- 17:04, 6 March 2024 diff hist +96 Dig current
- 01:12, 6 March 2024 diff hist +20 F5 Grafana current
- 01:11, 6 March 2024 diff hist +230 F5 Grafana
- 01:08, 6 March 2024 diff hist +104 F5 Grafana
- 01:07, 6 March 2024 diff hist +118 N F5 Grafana Created page with "https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-f5-bigip/"
- 20:38, 3 March 2024 diff hist +528 N Promtail issues Created page with "# Grafana Loki Basic Auth ``` server: log_level: {{ .Values.config.logLevel }} http_listen_port: {{ .Values.config.serverPort }} clients: - url: {{..." current
- 19:29, 3 March 2024 diff hist +531 N Grafana agent Created page with "# Add ``` #!/bin/bash set -eu sudo mkdir -p /etc/apt/keyrings/ wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/n..." current
- 21:07, 2 March 2024 diff hist +178 N Mimir Created page with "https://grafana.com/docs/mimir/latest/configure/configure-otel-collector/ https://grafana.com/docs/mimir/latest/send/ https://grafana.com/docs/mimir/latest/references/http-api/" current
- 20:26, 2 March 2024 diff hist +68 Prometheus queries current
- 20:25, 2 March 2024 diff hist +52 N Promql Created page with "``` node_uname_info{nodename="my-agent-sandbox"} ```" current
- 17:07, 2 March 2024 diff hist +52 N Mimir vs thanos Created page with "https://www.reddit.com/r/ThanosInsights/s/PPwj0G3lNl" current
- 15:40, 2 March 2024 diff hist +106 N Grafana Kubernetes Monitoring Created page with "https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-under-10-minutes-d2847d526f9e" current
- 23:08, 1 March 2024 diff hist -2 F5 clear stats current
- 23:07, 1 March 2024 diff hist +541 F5 clear stats
- 21:59, 1 March 2024 diff hist +272 N F5 clear stats Created page with "``` for i in $(tmsh -q -c "list auth partition" | grep auth | awk '{print $3}'); do echo $i; tmsh -q -c "cd /$i; reset-stats ltm rule; reset-stats ltm virtual; reset-stats ltm..."
- 09:26, 1 March 2024 diff hist +70 N Time series database comparison Created page with "https://medium.com/griddb/time-series-database-comparison-aa83c5e257d2" current
- 20:01, 29 February 2024 diff hist +594 Prometheus delete data
- 19:37, 29 February 2024 diff hist +70 N Prometheus backup Created page with "https://devopstales.github.io/kubernetes/backup-and-retore-prometheus/" current
- 19:33, 29 February 2024 diff hist +76 Prometheus delete data
- 03:44, 29 February 2024 diff hist +1,005 Pvc resize scaleset current
- 03:42, 29 February 2024 diff hist +113 N Pvc resize scaleset Created page with "https://serverfault.com/questions/955293/how-to-increase-disk-size-in-a-stateful-set helm uninstall helm install"
- 22:12, 28 February 2024 diff hist +87 Helm search current
- 17:11, 28 February 2024 diff hist +172 Secret update k8s current
- 16:41, 28 February 2024 diff hist +794 Secret update k8s
- 15:30, 28 February 2024 diff hist +760 N Secret update k8s Created page with "# OK kubectl create secret generic ssl-certs --from-file=ca-certificates.crt=./etc-ssl-certs/ca-certificates.crt --save-config --dry-run=client -o yaml | kubectl apply --serve..."
- 05:09, 28 February 2024 diff hist +56 N Prometheus federation Created page with "https://prometheus.io/docs/prometheus/latest/federation/" current
- 04:13, 28 February 2024 diff hist +147 Prometheus current
- 16:37, 26 February 2024 diff hist +143 N Az cli queries Created page with "``` az vm list-sizes --location WestCentralUS --query "[].name" | grep M64 az vm list-sizes --location WestUS2 --query "[].name" | grep M64 ```" current
- 21:07, 25 February 2024 diff hist +105 N Pgsql-http Created page with "SELECT http_set_curlopt('CURLOPT_TIMEOUT', '20'); SELECT http_set_curlopt('CURLOPT_TCP_KEEPALIVE', '20');" current
- 00:22, 25 February 2024 diff hist +388 Prometheus queries
- 00:01, 25 February 2024 diff hist +50 N Prometheus queries Created page with "``` probe_success < 1 probe_success{job="tcp"} ```"
- 22:53, 24 February 2024 diff hist +65 Prometheus instance label control current
- 17:20, 24 February 2024 diff hist +77 Dig
- 08:06, 24 February 2024 diff hist +57 Prometheus
- 08:06, 24 February 2024 diff hist +58 Prometheus instance label control
- 06:13, 24 February 2024 diff hist +249 N Prometheus blackbox curl Created page with "``` curl http://blackbox-exporter-prometheus-blackbox-exporter.prometheus:9115/probe?target=example.org&module=icmp_ipv4 curl "http://blackbox-exporter-prometheus-blackbox-exp..." current
- 04:30, 24 February 2024 diff hist +933 Prometheus instance label control
- 04:30, 24 February 2024 diff hist +855 Prometheus ssh current
- 04:29, 24 February 2024 diff hist +78 N Prometheus ssh Created page with "https://www.robustperception.io/checking-if-ssh-is-responding-with-prometheus/"
- 03:51, 24 February 2024 diff hist +67 Prometheus instance label control
- 01:36, 24 February 2024 diff hist +100 Prometheus instance label control
- 00:02, 24 February 2024 diff hist +97 Prometheus instance label control
- 23:07, 23 February 2024 diff hist +140 Prometheus instance label control