mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2026-04-21 04:49:38 +00:00
Switch to mktxp
This commit is contained in:
parent
88f6580500
commit
0b8c8b4662
7 changed files with 4581 additions and 1299 deletions
23
mktxp/_mktxp.conf
Normal file
23
mktxp/_mktxp.conf
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
## Copyright (c) 2020 Arseniy Kuznetsov
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or
|
||||
## modify it under the terms of the GNU General Public License
|
||||
## as published by the Free Software Foundation; either version 2
|
||||
## of the License, or (at your option) any later version.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
|
||||
|
||||
[MKTXP]
|
||||
port = 49090
|
||||
socket_timeout = 2
|
||||
|
||||
initial_delay_on_failure = 120
|
||||
max_delay_on_failure = 900
|
||||
delay_inc_div = 5
|
||||
|
||||
bandwidth = True # Turns metrics bandwidth metrics collection on / off
|
||||
bandwidth_test_interval = 420 # Interval for colllecting bandwidth metrics
|
||||
Loading…
Add table
Add a link
Reference in a new issue