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) |
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 |
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() { |
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 <[email protected]> | |
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 ". |
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", |
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> |
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 { |
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" | |
} | |
}, |
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> |
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