Skip to content

Instantly share code, notes, and snippets.

http {
http_method => "post"
url => "https://xxxx:5665/v1/actions/process-check-result?service=%{hostname}!%{service}"
headers => ["Authorization", "Basic aWNpbmdhOmljaW5nYQ==","Accept","application/json"]
content_type => "application/json"
format => "json"
mapping => {
"exit_status" => "%{level}"
"plugin_output" => "%{message}"
}
20:46:23 T:1241195616 DEBUG: Previous line repeats 1 times.
20:46:23 T:1241195616 DEBUG: COMXPlayerAudio - CDVDMsg::GENERAL_FLUSH
20:46:23 T:1241195616 DEBUG: OMXClock::OMXStop
20:46:23 T:1100198416 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
20:46:23 T:1241195616 DEBUG: OMXClock::OMXReset 0x00000003
20:46:23 T:1241195616 NOTICE: OMXClock using audio as reference
20:46:23 T:1307444320 DEBUG: COMXPlayerVideo - CDVDMsg::GENERAL_FLUSH
20:46:23 T:1307444320 DEBUG: OMXClock::OMXStop
20:46:23 T:1307444320 DEBUG: OMXClock::OMXReset 0x00000003
20:46:23 T:1307444320 NOTICE: OMXClock using audio as reference
@henkwiedig
henkwiedig / gist:3284962
Created August 7, 2012 12:38
ffmpeg coredump
root ~ # ffmpeg
ffmpeg version 0.10.4 Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 7 2012 11:46:42 with gcc 4.7.1
configuration: --prefix=/usr --cpu=atom --arch=i386 --enable-cross-compile --cross-prefix=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu- --sysroot=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/i686-openelec-linux-gnu/sysroot --sysinclude=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/i686-openelec-linux-gnu/sysroot/usr/include --target-os=linux --nm=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-nm --ar=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-ar --as=/home/henk/Dokumente/OpenELEC/OpenELEC.tv/build.OpenELEC_PVR-ION.i386-devel/toolchain/bin/i686-openelec-linux-gnu-gcc --cc=/home/henk/Dokumente/Open