mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	Add service monitroting telegraf
This commit is contained in:
		
							parent
							
								
									14c0f3b72b
								
							
						
					
					
						commit
						3d392e7c20
					
				| @ -17,6 +17,7 @@ Service | ||||
|    ipoe-server | ||||
|    lldp | ||||
|    mdns | ||||
|    monitoring | ||||
|    pppoe-server | ||||
|    router-advert | ||||
|    salt-minion | ||||
|  | ||||
							
								
								
									
										45
									
								
								docs/configuration/service/monitoring.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								docs/configuration/service/monitoring.rst
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,45 @@ | ||||
| Monitoring | ||||
| ---------- | ||||
| 
 | ||||
| Monitoring functionality with ``telefgraf`` and ``InfluxDB 2`` is provided. | ||||
| 
 | ||||
| Telegraf | ||||
| ======== | ||||
| Telegraf is the open source server agent to help you collect metrics, events | ||||
| and logs from your routers. | ||||
| 
 | ||||
| .. cfgcmd:: set service monitoring telegraf authentication organization <organization> | ||||
| 
 | ||||
|    Authentication organization name | ||||
| 
 | ||||
| .. cfgcmd:: set service monitoring telegraf authentication token <token> | ||||
| 
 | ||||
|    Authentication token | ||||
| 
 | ||||
| .. cfgcmd:: set service monitoring telegraf bucket <bucket> | ||||
| 
 | ||||
|    Remote ``InfluxDB`` bucket name | ||||
| 
 | ||||
| .. cfgcmd:: set service monitoring port <port> | ||||
| 
 | ||||
|    Remote port | ||||
| 
 | ||||
| .. cfgcmd:: set service monitoring telegraf url <url> | ||||
| 
 | ||||
|    Remote URL | ||||
| 
 | ||||
| 
 | ||||
| Example | ||||
| ======= | ||||
| 
 | ||||
| An example of a configuration that sends ``telegraf`` metrics to remote | ||||
| ``InfluxDB 2`` | ||||
| 
 | ||||
| .. code-block:: none | ||||
| 
 | ||||
|   set service monitoring telegraf authentication organization 'vyos' | ||||
|   set service monitoring telegraf authentication token 'ZAml9Uy5wrhA...==' | ||||
|   set service monitoring telegraf bucket 'bucket_vyos' | ||||
|   set service monitoring telegraf port '8086' | ||||
|   set service monitoring telegraf source 'all' | ||||
|   set service monitoring telegraf url 'http://r1.influxdb2.local' | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user