mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-10 12:09:31 +00:00
36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
## 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 = Mascha33 # Change to your Mikrotik password
|
|
port = 8728 # Default Port for Mikrotik API
|