mirror of https://github.com/mikaku/Monitorix.git
Fixed messages of 'Use of uninitialized value ...' in 'kern' graph on FreeBSD systems
This commit is contained in:
parent
e002c29361
commit
ef7fff2648
|
@ -106,7 +106,7 @@ sub kern_update {
|
|||
my $steal;
|
||||
my $guest;
|
||||
my $cs = "U";
|
||||
my $dentry;
|
||||
my $dentry = 0;
|
||||
my $file;
|
||||
my $inode;
|
||||
my $forks = "U";
|
||||
|
|
Loading…
Reference in New Issue