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.
It has been tested only on Linux Slackware 9.1 with Mikrotik 2.8.22, 2.8.26, 2.9.2, 2.9.26, 2.9.10 .
I heard that the new Mikrotik version has RF Noise support, of course it will include in next versions.
I have created some templates for Mikrotik RouterOS. They capture both System and Wireless Status.
Be carefull Wireless Links that work in Client Mode should be monitored only. In other case SNMP
may damage your data.
There is support for:
Wireless - Data Rates Wireless - Frequency 802.11a Wireless - Frequency 802.11b/g Wireless - Signal Strength - Client Mode System - CPU Utilization System - Uptime System - Disk Space System - Memory Usage
##################################
Instalation:
1) Decompress somewhere the zipped file
2) Copy <unzip_dir>/xml_script/wmikrotik.xml at <cacti_dir>/resource/snmp_queries/
3) The files in folders
should be imported one by one from the Cacti Console at http://localhost/cacti/templates_import.php
4) Now you are ready to use them. Just go to Devices and add a new one with Mikrotik Template.
I'm trying to use this example and then when I create a new device using the Mikrotik host template I get the following:
"
Notice: Undefined index: arg_index in /home/httpd/vhosts/cacti.snowball.co.za/httpdocs/lib/data_query.php on line 98
Notice: Undefined index: script_path in /home/httpd/vhosts/cacti.snowball.co.za/httpdocs/lib/data_query.php on line 98
Notice: Undefined index: arg_query in /home/httpd/vhosts/cacti.snowball.co.za/httpdocs/lib/data_query.php on line 109
Notice: Undefined index: query_name in /home/httpd/vhosts/cacti.snowball.co.za/httpdocs/lib/data_query.php on line 109
..."
I suspect I'm missing something, perhaps to do with the Mikrotik Wireless AP because when I delete this data query I don't get any errors but it doesn't work as intended. Please could you help me.
r_chetanjain wrote:I am using Redhat 9...while importing i get the error message
"Error: XML: Hash version does not exist." i am using 0.8.6d
Chetan
this is obvious, I know this problem, and I have mentioned that, this
template is only for cacti 0.8.6f, because it was made with it. I do not
know what will happen with an upgrade. please be careful and buckup
everything, before doing any upgrades or changes. you may loose your
data.
eugenevdm wrote:I am using Cacti cacti-0.8.6f wish SuSE 9.1 and I have applied no updates.
I'm working on this.... but I may be late because of school exams.
Last edited by mojiro on Sat Jul 05, 2008 6:37 am, edited 1 time in total.
impiouspunk wrote:Why does this not work for Access Point? I can only get this to graph interfaces in client mode.
because it was made for the oids that being produced from
/interface wireless print oid
and not the
/interface wireless registration-table print oid
The first one is only for clients, the second one is for ap/client/etc mode
but it was to difficult for me to find a method, to catch the signal from
every client(because its time, I had different registrations).
It will be usefull only on backbone links, because we have one registration
on avery link.
Last edited by mojiro on Sat Jul 05, 2008 6:37 am, edited 1 time in total.
impiouspunk wrote:Why does this not work for Access Point? I can only get this to graph interfaces in client mode.
because it was made for the oids that being produced from
/interface wireless print oid
and not the
/interface wireless registration-table print oid
The first one is only for clients, the second one is for ap/client/etc mode
but it was to difficult for me to find a method, to catch the signal from
every client(because its time, I had different registrations).
It will be usefull only on backbone links, because we have one registration
on avery link.
I'm not trying to graph registration table...im trying to graph [specificly] AP Frequency but it never works. It tells me the data query has returned 0 results under the 'Mikrotik AP' portion of the data queries. Any ideas?
impiouspunk wrote:Why does this not work for Access Point? I can only get this to graph interfaces in client mode.
because it was made for the oids that being produced from
/interface wireless print oid
and not the
/interface wireless registration-table print oid
The first one is only for clients, the second one is for ap/client/etc mode
but it was to difficult for me to find a method, to catch the signal from
every client(because its time, I had different registrations).
It will be usefull only on backbone links, because we have one registration
on avery link.
I'm not trying to graph registration table...im trying to graph [specificly] AP Frequency but it never works. It tells me the data query has returned 0 results under the 'Mikrotik AP' portion of the data queries. Any ideas?
which works only when you are in client mode, this is a "mikrotik" issue
mostly and snmp, I cannot do something.
when you are "client" you "ask" for the availiable data rates, if accept
them then you play.
but an ap, before give or set the apropriate data rate, will check if it is
possible to activate it. for every client switches in different data rate. if
a client has 11mbit data rate, another may has 2mbit or 1mbit. so it is
impossible to say that the ap.
something similar happens and on the frequency value.
ap & client(and ad-hoc) mode are too different because the number of
the remote connections/registrations. you may ask at mikrotik forums
for more information on this problem.
Last edited by mojiro on Sat Jul 05, 2008 6:37 am, edited 1 time in total.