Page 1 of 2

Radwin and Siklu Radios

Posted: Tue Dec 27, 2016 3:36 pm
by pmnykh
Hi,

Is there any way to monitor a signal level (dBm) for Radwin and Siklu radios?
I found something for Ubiquity
https://community.ubnt.com/t5/Wireless- ... d-p/990023

Thank you

Re: Radwin and Siklu Radios

Posted: Tue Dec 27, 2016 3:45 pm
by avandemore
If the devices expose the data via SNMP, you can use a query and the SNMP wizard to setup the check. The vendor may also provide a MIB which can be used.

Otherwise check the vendors information on how it exposes the data.

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 11:00 am
by pmnykh
avandemore wrote:If the devices expose the data via SNMP, you can use a query and the SNMP wizard to setup the check. The vendor may also provide a MIB which can be used.

Otherwise check the vendors information on how it exposes the data.
Do you have any documentation about MIB integration and configuration?
I have fresh installed Nagios Core 4.2.4 + Plugins 2.1.4 based on CentOS 7

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 11:20 am
by avandemore
It's the standard Net-SNMP toolset so you can follow their documentation. Here is another:

http://blog.davidvassallo.me/2010/03/02 ... to-nagios/

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 11:39 am
by pmnykh
avandemore wrote:It's the standard Net-SNMP toolset so you can follow their documentation. Here is another:

http://blog.davidvassallo.me/2010/03/02 ... to-nagios/
I did step 1 and 2 but after step 3
"bash: check_snmp: command not found..."

I already have
"net-snmp-5.7.2-24.el7_2.1.x86_64 already installed and latest version"

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 11:42 am
by rkennedy
You would need to compile the Nagios plugins for this -

Code: Select all

wget https://nagios-plugins.org/download/nagios-plugins-2.1.4.tar.gz
tar zxvf nagios*
./configure
make
make install
Keep in mind, you may want to configure the plugins a certain way based on how you installed Nagios. See this link for those instructions - https://support.nagios.com/kb/article.p ... ategory=58

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 11:52 am
by pmnykh
rkennedy wrote:You would need to compile the Nagios plugins for this -

Code: Select all

wget https://nagios-plugins.org/download/nagios-plugins-2.1.4.tar.gz
tar zxvf nagios*
./configure
make
make install
Keep in mind, you may want to configure the plugins a certain way based on how you installed Nagios. See this link for those instructions - https://support.nagios.com/kb/article.p ... ategory=58
I was using this manual to install
https://assets.nagios.com/downloads/nag ... entos7.pdf
and those plugins already installed

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 12:28 pm
by rkennedy
Then you'll want to navigate to the /usr/local/nagios/libexec/ and use ./check_snmp to execute it.

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 12:40 pm
by pmnykh
rkennedy wrote:Then you'll want to navigate to the /usr/local/nagios/libexec/ and use ./check_snmp to execute it.
"-bash: ./check_snmp: No such file or directory"

Code: Select all

[root@localhost libexec]# ls -a
.
...
check_apt
check_breeze
check_by_ssh
check_clamd
check_cluster
check_dhcp
check_disk
check_disk_smb
check_dummy
check_file_age
check_flexlm
check_ftp
check_http
check_icmp
check_ifoperstatus
check_ifstatus
check_imap
check_ircd
check_jabber
check_load
check_log
check_mailq
check_mrtg
check_mrtgtraf
check_nagios
check_nntp
check_nntps
check_nrpe
check_nt
check_ntp 
check_ntp_peer
check_ntp_time
check_nwstat
check_overcr
check_ping
check_pop
check_procs
check_real
check_rpc
check_sensors
check_simap
check_smtp
check_spop
check_ssh
check_ssmtp
check_swap
check_tcp
check_time
check_udp
check_ups
check_uptime
check_users
check_wave
heck_oracle
negate
urlize
utils.pm
utils.sh
WinLink1000.mib

Re: Radwin and Siklu Radios

Posted: Thu Dec 29, 2016 12:46 pm
by dwhitfield
Is there any chance net-snmp was installed after you did the compile? If the compile doesn't see snmp, it will skip that step.