View id4.wtf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trans for 3x-169 | |
{ | |
go for 1256:@benchHost*2456 | |
set VirusMark^678*245-treatX^treatY | |
} | |
quarryXmark for %567* going for | |
{ | |
{ | |
{ | |
send ValueThreat-bendColumnX*2456/Vcxzr(Xgf) |
View sol.ilom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/expect -f | |
# | |
# script for SUN ILOM on x4x00 series | |
# tested on ILOM 1.0.3 | |
# this will probably be obsoleted in future revisions | |
# when ipmi 2.0 SOL will be supported on these boxes | |
# connects to $username@$ilom | |
# and starts SOL command | |
# Also checks for Terminated Serial command | |
# To re-init SOL connection on ILOM |
View riemann-client.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"log" | |
"golang.org/x/net/websocket" | |
) | |
func main() { |
View dell-setdisplay.pl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl -w | |
# | |
# Jesper Nyerup <nyerup@one.com> | |
my $ipmitool = '/usr/bin/ipmitool'; | |
my @chararray = split(//, join(' ', @ARGV)); | |
usage() if (@chararray == 0 or @chararray > 14); | |
system("$ipmitool raw 0x6 0x58 193 0x0 0x0 ". |
View gist:da0303d1d0df313476d5e0330ff524f9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"and", | |
[ | |
"=", | |
"name", | |
"operatingsystem" | |
], | |
[ | |
"=", | |
"environment", |
View collectd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Plugin "threshold"> | |
<Plugin "interface"> | |
<Type "if_errors"> | |
FailureMax 500 | |
Hits 5 | |
Interesting false | |
Percentage false | |
Persist false | |
WarningMax 100 | |
</Type> |
View syslog-ng-ii.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
@version: 3.9 | |
block source ii ( | |
channel('#riemann') | |
server('chat.freenode.net') | |
basedir('/tmp/ii') | |
) | |
{ | |
channel { |
View netdata-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"netdata" : { | |
"order" : 0, | |
"template" : "netdata-*", | |
"settings" : { | |
"index" : { | |
"number_of_shards" : "1", | |
"number_of_replicas" : "0" | |
} | |
}, |
View precache.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Rule "egx400"> | |
<Match "regex"> | |
Plugin "^table$" | |
PluginInstance "^egx400$" | |
</Match> | |
<Target "set"> | |
Host "egx400.example.com" | |
</Target> | |
</Rule> |
View syslog-ng-ove.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@version: 3.5 | |
source s_in { | |
file("/tmp/in"); | |
}; | |
destination d_driver_position { | |
file("/tmp/driver_position.log"); | |
}; |
NewerOlder