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 | |
use AnyEvent::HTTPD; | |
my $httpd = AnyEvent::HTTPD->new (port => 9090); | |
my $hostname = qx(hostname); | |
sub gather { | |
my $summary = qx(vnstat -i eth0); | |
my $monthly = qx(/usr/bin/vnstat -m); | |
my $daily = qx(/usr/bin/vnstat -d); |
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
in /manager/assets/ext3/resources/css/ext-all-notheme-min.css just at the bottom, append | |
.x-combo-list, .x-combo-list-item, .x-combo-list-inner { width:440px !important; } |