These packages are obsolete! Please use the official packages from http://www.Graylog2.org
=================================================
| <beans | |
| xmlns="http://www.springframework.org/schema/beans" | |
| xmlns:amq="http://activemq.apache.org/schema/core" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd | |
| http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd | |
| http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd"> | |
| <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> |
| require 'capistrano/recipes/deploy/strategy/remote_cache' | |
| module ::Capistrano | |
| module Deploy | |
| module Strategy | |
| class RemoteCache < Remote | |
| def copy_repository_cache | |
| logger.trace "copying the cached version to #{configuration[:release_path]}" | |
| if copy_exclude.empty? | |
| directory = File.join(repository_cache, 'symfony') | |
| run "cp -RPp #{directory} #{configuration[:release_path]} && #{mark}" |
These packages are obsolete! Please use the official packages from http://www.Graylog2.org
=================================================
| virtual=1.1.1.1:12201 | |
| real=10.10.10.100:12201 masq | |
| real=110.10.10.200:12201 masq | |
| protocol=udp | |
| scheduler=rr | |
| checkport=12900 | |
| request="/system" | |
| service=http | |
| httpmethod=GET | |
| receive="graylog2-server" |
| import org.graylog2.plugin.Message | |
| rule "delete message 1" | |
| when | |
| m : Message( message matches "^PHP Deprecated: getChildren.*" && getField("facility") == "php-error-logs") | |
| then | |
| m.setFilterOut(true); | |
| end |
| #!/usr/bin/ruby | |
| require 'cron-spec' | |
| File.read("/tmp/cron").split("\n").each do |line| | |
| next if line =~ /^#/ or line =~ /^$/ | |
| data = line.split(" ") | |
| cron_time = data[0..4].join(" ") |
| #!/usr/bin/env perl | |
| # haproxy_curconn_l1 symlink in etc/munin/plugins | |
| use strict; | |
| use IO::Socket::UNIX; | |
| my $ha_name; | |
| if ($0 =~m /haproxy_maxconn_(.*)/ ) { | |
| $ha_name = $1; | |
| } |
apt-get install python-flask python-flaskext.wtf python-itsdangerous python-jinja2 python-markupsafe python-werkzeug python-wtforms python-requests
wget http://finja.brachium-system.net/~jonas/packages/puppetboard/puppetboard_0.0.4-1_all.deb
wget http://finja.brachium-system.net/~jonas/packages/puppetboard/python-pypuppetdb_0.1.1-1_all.deb
| #!/bin/bash | |
| unknown_os () | |
| { | |
| echo "Unfortunately, your operating system distribution and version are not supported by this script." | |
| echo "Please email support@packagecloud.io and we will be happy to help." | |
| exit 1 | |
| } | |
| curl_check () |
| #include <ESP8266WiFi.h> | |
| #include <PubSubClient.h> | |
| #include "FastLED.h" | |
| // UPDATE | |
| const char* ssid = "....."; | |
| const char* password = "...."; | |
| const char* mqtt_server = "192.168.0.1"; |