Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
d2be07b49c23a46139b0e953381c2f0fbeb4733b
librenms-librenms/html/includes/graphs/device/netscaler_tcp_bits.inc.php

11 lines
210 B
PHP
Raw Normal View History

netscaler tcp stats poller and three graph definitions git-svn-id: http://www.observium.org/svn/observer/trunk@2819 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 13:37:52 +00:00
<?php
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
$rrd_filename = $config['rrd_dir'].'/'.$device['hostname'].'/netscaler-stats-tcp.rrd';
netscaler tcp stats poller and three graph definitions git-svn-id: http://www.observium.org/svn/observer/trunk@2819 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 13:37:52 +00:00
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
$ds_in = 'TotRxBytes';
$ds_out = 'TotTxBytes';
netscaler tcp stats poller and three graph definitions git-svn-id: http://www.observium.org/svn/observer/trunk@2819 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 13:37:52 +00:00
ucfirst -> ucwords. multiply bytes by 8. git-svn-id: http://www.observium.org/svn/observer/trunk@2821 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-17 13:48:07 +00:00
$multiplier = 8;
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
require 'includes/graphs/generic_data.inc.php';
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1007ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API