mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	- Moved check-services.php to a poller module
    - Added performance data collection to the poller
    - Centralised DB functions to includes/services.inc.php
    - Created add/edit/delete functions off the device, services page
    - Removed legacy edit/delete interfaces.
    - Moved and modified check.inc scripts
    - Documentation Updates
    - Modified services table
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			460 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			460 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # It's recommended not to run this cron anymore - please see librenms.nonroot.cron
 | |
| 
 | |
| 33  */6   * * *   root    /opt/librenms/discovery.php -h all >> /dev/null 2>&1
 | |
| */5  *    * * *   root    /opt/librenms/discovery.php -h new >> /dev/null 2>&1
 | |
| */5  *    * * *   root    /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
 | |
| 15   0    * * *   root    /opt/librenms/daily.sh >> /dev/null 2>&1
 | |
| *    *    * * *   root    /opt/librenms/alerts.php >> /dev/null 2>&1
 |