Skip to content

Instantly share code, notes, and snippets.

View st0ne-dot-at's full-sized avatar

Robert Steininger st0ne-dot-at

View GitHub Profile
@st0ne-dot-at
st0ne-dot-at / values.yaml
Last active December 6, 2023 21:23
grafana/loki-stack values with udp socat syslog receiver
loki:
enabled: true
isDefault: false
url: "http://loki.loki.svc:3100"
readinessProbe:
httpGet:
path: /ready
port: http-metrics
initialDelaySeconds: 45
livenessProbe:
@st0ne-dot-at
st0ne-dot-at / toggle_cd_boot.py
Created April 4, 2014 22:35
switch between default boot order and "cd only" boot on esxi 5.x with pysphere
#!/bin/env python
from pysphere import VIServer, VITask
from pysphere.resources import VimService_services as VI
from pysphere.resources.vi_exception import VIApiException
import sys
import socket
class Specs(object):
@staticmethod