mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2026-01-07 17:59:34 +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
|
||||
36
mktxp/mktxp.conf
Normal file
36
mktxp/mktxp.conf
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
## 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.
|
||||
|
||||
|
||||
[Chateau] # Change to your Router
|
||||
capsman_clients = True
|
||||
firewall = True
|
||||
wireless_clients = True
|
||||
use_ssl = False
|
||||
pool = True
|
||||
wireless = True
|
||||
monitor = True
|
||||
capsman = True
|
||||
netwatch = True
|
||||
ssl_certificate_verify = False
|
||||
enabled = True
|
||||
use_comments_over_names = True
|
||||
no_ssl_certificate = False
|
||||
dhcp_lease = True
|
||||
dhcp = True
|
||||
route = True
|
||||
interface = True
|
||||
poe = False # Enable for PoE stats
|
||||
hostname = 192.168.0.1 # Change to your IP
|
||||
username = prometheus # Change to your Mikrotik user
|
||||
password = TOP_SECRET # Change to your Mikrotik password
|
||||
port = 8728 # Default Port for Mikrotik API
|
||||
Loading…
Add table
Add a link
Reference in a new issue