mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added Seafile Server Monitoring (#10465)
* Seafile Monitoring * generalized function for application with multiple similar entries * adding snmprec file * Create linux_seafile-v1.json * Update linux_seafile-v1.snmprec Updated linux_seafile-v1.snmprec to use 4x for encoding json data response * Update Applications.md
This commit is contained in:
committed by
Neil Lathwood
parent
d3994b3671
commit
8f1c77545d
11
includes/html/graphs/application/seafile_enabled.inc.php
Normal file
11
includes/html/graphs/application/seafile_enabled.inc.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$unit_text = 'activated Accounts';
|
||||
$unitlen = 20;
|
||||
$bigdescrlen = 20;
|
||||
$smalldescrlen = 20;
|
||||
$unit_type = 'int';
|
||||
$category = 'acc';
|
||||
|
||||
$rrdVar='enabled';
|
||||
|
||||
require 'seafile-common.inc.php';
|
Reference in New Issue
Block a user