Skip to content

Instantly share code, notes, and snippets.

View chussenot's full-sized avatar

Clément Hussenot chussenot

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chussenot on github.
  • I am chussenot (https://keybase.io/chussenot) on keybase.
  • I have a public key ASBYzL29vLo3AG7nr51prwlwUQrpKUDueT7YbDNFnUTrUwo

To claim this, I am signing this object:

const REQUIRED_KEYS = ["name", "type", "query", "message"];
const ALLOWED_OPTIONS_KEYS = [
"notify_no_data",
"new_host_delay",
"evaluation_delay",
"no_data_timeframe",
"renotify_interval",
"notify_audit",
"timeout_h",
@chussenot
chussenot / bash-template.sh
Created April 16, 2020 07:23 — forked from PhilipSchmid/bash-template.sh
Bash script template (incl. logging functions)
#!/bin/bash
#################################
# Constants / global variables
#################################
LOGFILE='example.log'
LOGLEVEL='INFO'
#################################
# Functions
@chussenot
chussenot / installNeovim.sh
Created January 6, 2020 12:55 — forked from darcyparker/installNeovim.sh
Build and install neovim for Debian
#!/usr/bin/env bash
#Build and install neovim for Debian
#See: https://neovim.io/
#See: https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start
#Save current dir
pushd . > /dev/null
#Install dependencies

What does this MR do?

Related issues

What does this MR do?

Related issues

@chussenot
chussenot / _README.md
Created July 2, 2019 11:46 — forked from kennethkalmer/_README.md
Simple start with InfluxDB & Grafana using Travis as a source of historical data

InfluxDB & Grafana starter pack

Simple example of how easy it is to jam numbers into InfluxDB and graph something with Grafana. I choose to use Travis as a source of historical time-series data.

Dependencies

Get InfluxDB installed with Homebrew

$ brew install influxdb
[user]
email = chussenot@xxx.com
name = Clement Hussenot
[core]
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
editor = nvim -f
autocrlf = false
safecrlf = true
excludesfile = ~/.gitignore
pager = diff-so-fancy | less --tabs=4 -RFX
<!doctype html>
<html>
<head>
<title>cool-git.vptech.eu-120s-rate=50</title>
<meta charset="utf-8">
<style>/**
* Default styles for the dygraphs charting library.
*/
.dygraph-legend {
<!doctype html>
<html>
<head>
<title>Vegeta Plot</title>
<meta charset="utf-8">
<style>/**
* Default styles for the dygraphs charting library.
*/
.dygraph-legend {