mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
13 lines
228 B
PHP
13 lines
228 B
PHP
|
<?php
|
||
|
|
||
|
$unit_text = 'switches';
|
||
|
|
||
|
$stats_list = [
|
||
|
'involuntary-context-switches' => [
|
||
|
'stat' => 'involuntary-context-switches',
|
||
|
'descr' => 'Involuntary Context',
|
||
|
],
|
||
|
];
|
||
|
|
||
|
require 'poudriere-common.inc.php';
|