Skip to content

Instantly share code, notes, and snippets.

View jurgenhaas's full-sized avatar

Jürgen Haas jurgenhaas

View GitHub Profile
@jurgenhaas
jurgenhaas / test_inventories_company1_hosts
Created October 16, 2013 06:40
Files to reproduce Ansible issue 4291
localhost
@jurgenhaas
jurgenhaas / bugreport_group_vars_all
Created April 21, 2014 08:45
Inventory to demonstrate problem wit Ansible's function get_group_variablee()
admins:
- jurgenhaas
- maxmustermann
- lieschenmueller
testvar: 'abc'
@jurgenhaas
jurgenhaas / test_Behat_behat.yml
Created July 20, 2015 14:20
Files for the Blog Post on testing Drupal projects with Behat in PhpStorm, see https://www.paragon-es.de/en/blog/drupal-testing-behat-phpstorm
default:
suites:
default:
contexts:
- FeatureContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\MinkContext
#!/bin/bash
#
# An init.d script for running a Node.js process as a service using Forever as
# the process monitor. For more configuration options associated with Forever,
# see: https://github.com/nodejitsu/forever
#
# This was written for Debian distributions such as Ubuntu, but should still
# work on RedHat, Fedora, or other RPM-based distributions, since none of the
# built-in service functions are used. So information is provided for both.
#
@jurgenhaas
jurgenhaas / Oracle.py
Created March 23, 2017 10:02
Sample to monitor Oracle table space from Python
#!/usr/bin/env python
__author__ = 'jurgenhaas'
import subprocess
class Oracle:
def __init__(self, agentConfig, checksLogger, rawConfig):
self.agentConfig = agentConfig
self.checksLogger = checksLogger

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

2018-08-07 15:56:26 +0200 [info]: parsing config file is succeeded path="/etc/td-agent/td-agent.conf"
2018-08-07 15:56:27 +0200 [trace]: registered filter plugin 'grep'
2018-08-07 15:56:27 +0200 [info]: Top level multiple <exclude> is intepreted as 'or' condition
2018-08-07 15:56:27 +0200 [trace]: registered filter plugin 'record_modifier'
2018-08-07 15:56:27 +0200 [trace]: registered output plugin 'forward'
2018-08-07 15:56:27 +0200 [trace]: registered buffer plugin 'file'
2018-08-07 15:56:27 +0200 [info]: adding forwarding server '9.8.7.6:24284' host="9.8.7.6" port=24284 weight=60 plugin_id="object:3f8c89d120f4"
2018-08-07 15:56:27 +0200 [trace]: registered input plugin 'forward'
2018-08-07 15:56:27 +0200 [trace]: registered input plugin 'syslog'
2018-08-07 15:56:27 +0200 [trace]: registered parser plugin 'syslog'