You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
592 B
PHTML

4 years ago
<?php
$help_texts = [
'up' => 'Query connection; 1 = success, 0 = fail',
4 years ago
'virtualserver_clientsonline' => 'Clients online (e.g. Users)',
'virtualserver_queryclientsonline' => 'Query clients online (e.g. this exporter)',
'virtualserver_total_packetloss_speech' => 'Average packet loss',
'virtualserver_total_packetloss_keepalive' => 'Average packet loss',
'virtualserver_total_packetloss_control' => 'Average packet loss',
'virtualserver_total_packetloss_total' => 'Average packet loss'
];