Advertisement
Guest User

../html/graphs/device/panos_pansvsyssctivesessions.inc

a guest
Nov 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. $rrd_filename = rrd_name($device['hostname'], 'panos-panVsysActiveSessions');
  4.  
  5. $ds = 'panVsysActiveSessions';
  6.  
  7. $colour_area = '9999cc';
  8. $colour_line = '0000cc';
  9.  
  10. $colour_area_max = '9999cc';
  11.  
  12. $graph_max = 1;
  13.  
  14. $unit_text = 'Active Vsys Sessions';
  15.  
  16. require 'includes/html/graphs/generic_simplex.inc.php';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement