Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
DJHiP, I've done what you said we should do. It seems to have fixed the zeroes in mac address, however it still does not work (there are no graphs available)
+ Running data query [14].
+ Found type = '4' [Script Query].
+ Found data query XML file at '/var/www/cacti/resource/script_server/mikrotik_wireless_interfaces.xml'
+ XML file parsed ok.
+ Executing script for num of indexes 'php -q /var/www/cacti/scripts/mikrotik_wireless_interfaces.php naven.com.pl 192.168.32.1 num_indexes'
+ Found number of indexes: Interfaces:
+ Found number of indexes: SSID:
+ Found number of indexes:
+ Found number of indexes: CMAC: Array
+ Found number of indexes: (
+ Found number of indexes: [0] => .1.3.6.1.4.1.14988.1.1.1.2.1.3.0.38.130.25.200.12.1
+ Found number of indexes: [1] => .1.3.6.1.4.1.14988.1.1.1.2.1.3.88.18.67.108.166.153.1
+ Found number of indexes: [2] => .1.3.6.1.4.1.14988.1.1.1.2.1.3.132.142.223.34.180.23.1
+ Found number of indexes: )
+ Found number of indexes:
+ Found number of indexes: Array
+ Found number of indexes: (
+ Found number of indexes: [0] => INTEGER: -38
+ Found number of indexes: [1] => INTEGER: -48
+ Found number of indexes: [2] => INTEGER: -40
+ Found number of indexes: )
+ Found number of indexes:
+ Found number of indexes: Interface database: Array
+ Found number of indexes: (
+ Found number of indexes: [1] => Array
+ Found number of indexes: (
+ Found number of indexes: [soid] => Array
+ Found number of indexes: (
+ Found number of indexes: [1] => .0.38.130.25.200.12
+ Found number of indexes: [2] => .88.18.67.108.166.153
+ Found number of indexes: [3] => .132.142.223.34.180.23
+ Found number of indexes: )
+ Found number of indexes:
+ Found number of indexes: [ifIndex] => Array
+ Found number of indexes: (
+ Found number of indexes: [1] => 00:26:81:19:C8:0A
+ Found number of indexes: [2] => 58:12:41:6C:A6:92
+ Found number of indexes: [3] => 84:8E:DA:22:B4:11
+ Found number of indexes: )
+ Found number of indexes:
+ Found number of indexes: )
+ Found number of indexes:
+ Found number of indexes: )
+ Executing script for list of indexes 'php -q /var/www/cacti/scripts/mikrotik_wireless_interfaces.php naven.com.pl 192.168.32.1 index' Index Count: 0
+ Executing script query 'php -q /var/www/cacti/scripts/mikrotik_wireless_interfaces.php naven.com.pl 192.168.32.1 query ifName'
+ Executing script query 'php -q /var/www/cacti/scripts/mikrotik_wireless_interfaces.php naven.com.pl 192.168.32.1 query ifIndex'
Hi, I'm new here. These charts works, but i have one more question. I need charts of CCQ. Could you help me? i don't know PHP. I try to do this chars for few days, but unlucky. Thanks for any directions.
I m trying to configure Mikrotik simple queue on my cacti as per mojiro's tutorial :
when trying with simple queue i am getting error the RRD files does not exist. but i m getting the ether graphs perfectly !
RRDTool Says:
ERROR: opening '/usr/share/cacti/rra/server_traffic_in_29.rrd': No such file or directory
I am using
Cacti Version cacti-0.8.8b-7.el6
Mikrotik CCR1036-12G-4S Firmware Version 3.27
Surprisingly, From another mikrotik router with same firmeware version, simple queue graph is perfectly working. so i assume its mikrotik routerboard issue. but traffic graph for mikrotik ether porst are working on both routerboards.
I'm also not getting monitor BGP sessions in my Mikrotik, I can see the overall graph of BGP asdatatechuk posted the print Annex. However wanted to separately monitor the sessions like the graph thatmojiro posted status.
I have a switch that can monitor the BGP session by status, however in Mikrotik I have several sessions not with this monitoring. Does anyone have a template or know how can I do ??
I'm currently running CACTI 0.8.8.h trying to monitor a bunch of MikroTik devices running 6.36, but seem to be having an issue with getting signal strengths from the 'RegTable Signal Strengths' section. Signal strengths seem to be fine when selecting Wireless Client though...
All signals just come up with 0.0 - anyone with bright ideas?
I found a problem with interface index translation in mikrotik_wireless_interfaces.php script on php above 5.3
Especially variable $int_id (ifIndex) is empty and OID is not expand properly.
Consequence of this is that snmpget show null value eg in ifInSignal
/usr/bin/php71 -q /usr/share/cacti/scripts/mikrotik_wireless_interfaces.php public 10.0.21.19 get ifInSignal D4:CA:6D:12:6B:87 debug
.1.3.6.1.4.1.14988.1.1.1.2.1.3.212.202.109.18.107.135. 0
/usr/bin/php53 -q /usr/share/cacti/scripts/mikrotik_wireless_interfaces.php public 10.0.21.19 get ifInSignal D4:CA:6D:12:6B:87 debug
.1.3.6.1.4.1.14988.1.1.1.2.1.3.212.202.109.18.107.135.29 -57
Problem does NOT exist with MAC beginning at "00:"
/usr/bin/php71 -q /usr/share/cacti/scripts/mikrotik_wireless_interfaces.php public 10.0.21.19 get ifInSignal 00:80:48:76:AE:88 debug
.1.3.6.1.4.1.14988.1.1.1.2.1.3.0.128.72.118.174.136.29 -57
/usr/bin/php53 -q /usr/share/cacti/scripts/mikrotik_wireless_interfaces.php public 10.0.21.19 get ifInSignal 00:80:48:76:AE:88 debug
.1.3.6.1.4.1.14988.1.1.1.2.1.3.0.128.72.118.174.136.29 -57
I also noticed that first octet MAC begins other than "00:" is not decoded properly on php above 5.3