| 
									
										
										
										
											2020-03-06 11:58:01 +01:00
										 |  |  | --- | 
					
						
							|  |  |  | # endpoint url | 
					
						
							|  |  |  | url: "http://[::1]:5280/api" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # user credentials to the endpoint url | 
					
						
							|  |  |  | login: | 
					
						
							|  |  |  |   user: "metric-user" | 
					
						
							|  |  |  |   server: "chat.sum7.eu" | 
					
						
							|  |  |  |   password: "password" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # muc subdomain | 
					
						
							|  |  |  | # default : "conference" | 
					
						
							|  |  |  | muc_host: "chat" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # api configuration | 
					
						
							|  |  |  | # default : rpc | 
					
						
							|  |  |  | api: "rest" | 
					
						
							| 
									
										
										
										
											2020-06-10 07:22:42 +02:00
										 |  |  | # show debugging log messages | 
					
						
							|  |  |  | debug: True | 
					
						
							| 
									
										
										
										
											2020-03-06 11:58:01 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | # influx db configuration | 
					
						
							|  |  |  | influxdb_host: "localhost" | 
					
						
							|  |  |  | influxdb_port: 8086 | 
					
						
							|  |  |  | influxdb_db: "example" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # prometheus configuration | 
					
						
							| 
									
										
										
										
											2020-06-09 20:17:00 +02:00
										 |  |  | prometheus_address: "127.0.0.1" | 
					
						
							| 
									
										
										
										
											2020-03-06 11:58:01 +01:00
										 |  |  | prometheus_port: 8080 | 
					
						
							| 
									
										
										
										
											2020-06-09 20:17:00 +02:00
										 |  |  | prometheus_cache_ttl: 10 | 
					
						
							| 
									
										
										
										
											2020-06-10 07:22:42 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | # cleaner for users | 
					
						
							|  |  |  | cleaner_dry: True # just test run (only loggging output) | 
					
						
							|  |  |  | # skip remove of user if client has a roster | 
					
						
							|  |  |  | cleaner_skip_by_roster: True | 
					
						
							|  |  |  | # delete user if it was only registered but has never login | 
					
						
							|  |  |  | cleaner_delete_not_login: True | 
					
						
							|  |  |  | # delete user if the are offline for x days | 
					
						
							|  |  |  | cleaner_offline_since_days: 7 | 
					
						
							|  |  |  | # ignore cleanup for host | 
					
						
							|  |  |  | cleaner_ignore_hosts: | 
					
						
							|  |  |  |  - "meckerspace.de" | 
					
						
							|  |  |  | # ignore cleanup for username | 
					
						
							|  |  |  | cleaner_ignore_usernames: | 
					
						
							|  |  |  |  - "admin" | 
					
						
							|  |  |  |  - "abuse" | 
					
						
							|  |  |  |  - "bugs" | 
					
						
							|  |  |  |  - "bot" |