Simple elegant thermometer card for Home Assistant. Tweak as-needed!
View USER.cfg.start-citizen-3.1.0.cfg
r_DisplayInfo = 3 | |
; ————————————————————————————————————————————— | |
; Custom USER.cfg – This is a command in needed to Unlock the Console to accept Commands | |
Con_Restricted = 0 | |
; This Setting reduces some of the aggressive Bloom Effects that 2.5 has, recommended set to 0 for less blinding lights. | |
r_OpticsBloom = 0 | |
; This Setting basically sets the basis for your config (1-4) 1 is Low but best performance & 4 is Very High Graphics but most intensive. It sets loads of settings & it’s important it’s at the top of the .cfg so that anything below it overwrites parts of it, 3 gives great quality and performance. | |
sys_spec = 1 | |
; Remove Maxfps to have a less stable max framerate (but it will be at it’s highest), I suggest setting at an achievable level, slower PCs go for 30, Fast PCs set at your monitors Refresh rate. If unsure delete the line it. | |
sys_maxfps = 60 |
View task.aurora.py
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, | |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
View telegraf.d-vault-statsd.conf
# Statsd Server | |
[[inputs.statsd]] | |
## Address and port to host UDP listener on | |
service_address = "127.0.0.1:8126" | |
## The following configuration options control when telegraf clears it's cache | |
## of previous values. If set to false, then telegraf will only clear it's | |
## cache when the daemon is restarted. | |
## Reset gauges every interval (default=true) | |
delete_gauges = true |
View aurora.py
""" | |
Aurora Scheduler check | |
Collects metrics from aurora scheduler. | |
""" | |
import requests | |
from checks import AgentCheck, CheckException | |
class AuroraCheck(AgentCheck): |
View notes.md
brew install gcc48
../configure CXX=g++-4.8 CC=gcc-4.8 PYTHON=/usr/local/bin/python
View AuroraStuff.md
The mustache gotcha
When using “bound” objects in an .aurora
file it is an absolute that you do not have spaces in the “mustaches”.
Examples:
- Bad:
{{ profile.my_var }}
- Good:
{{profile.my_var}}
Docker Container Snafus
When running a docker container, you must ensure that all of the dependent library for the thermos_executor.pex
are present in the docker container itself. The thermos_executor
runs in the container not the mesos slaves environment.
View run_dynamodb_local.sh
#!/bin/sh | |
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) | |
RUN_DIR=${DIR}/.dynamodb | |
DYNAMODB_LOCAL="http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz" | |
PORT=8000 | |
ARGS="-inMemory -port ${PORT}" | |
install_dynamo_db(){ | |
mkdir -p $1 | |
curl -L $2 | tar xvz -C $1 |
View osx-10.9-setup.md
Mac from scratch
Install Software
Install from App Store
Install from Third-Party Websites
View gist:b8c2653938005d3ffa29
#Mac OS X
Apps
NewerOlder