mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* 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
		
			
				
	
	
		
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $unit_text     = 'Groups';
 | |
| $unitlen       = 20;
 | |
| $bigdescrlen   = 20;
 | |
| $smalldescrlen = 20;
 | |
| $unit_type     = 'int';
 | |
| $category      = 'grp';
 | |
| 
 | |
| $rrdVar='count';
 | |
| 
 | |
| require 'seafile-common.inc.php';
 |