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
b81af32ed2b38c0e8da7f37db697c8eebcdec390
librenms-librenms/html/includes/graphs/device/junos_jsrx_spu_sessions.inc.php

19 lines
331 B
PHP
Raw Normal View History

Added Juniper SRX Branch Session Graphing (#8815) DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x ] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926` This was previously a pull request that was closed #8721 Not sure why it was closed or if it was abandoned since the branch they had was deleted, but I just put everything back together along with some test data. Kudos to @centralscrutiniser for the code in the original request.
2018-06-13 16:15:43 -04:00
<?php
$rrd_filename = rrd_name($device['hostname'], 'junos_jsrx_spu_sessions');
require 'includes/graphs/common.inc.php';
$ds = 'spu_flow_sessions';
$colour_area = '9999cc';
$colour_line = 'ff0000';
$colour_area_max = '9999cc';
$scale_min = '0';
$unit_text = 'SPU Flows';
require 'includes/graphs/generic_simplex.inc.php';
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1316ms Template: 4ms
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