This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
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
php53
librenms-librenms
/
html
/
includes
/
graphs
/
device
/
nfsen_packets.inc.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
7 lines
90 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Adds some basic NFSEN integration support. by falz.
2011-04-07 19:07:47 +00:00
<?
php
cleanups to how graphing works. start using device= for device graphs.
2012-05-11 13:26:14 +00:00
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
$dsdescr
=
'Packets/s '
;
$dsprefix
=
'packets_'
;
syntaxer run
2012-04-05 16:47:39 +00:00
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
require
'nfsen_common.inc.php'
;
Reference in New Issue
Copy Permalink