Radwin and Siklu Radios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
pmnykh
Posts: 19
Joined: Wed Dec 14, 2016 4:31 pm

Radwin and Siklu Radios

Post 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
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Radwin and Siklu Radios

Post 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.
Previous Nagios employee
pmnykh
Posts: 19
Joined: Wed Dec 14, 2016 4:31 pm

Re: Radwin and Siklu Radios

Post 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
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Radwin and Siklu Radios

Post 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/
Previous Nagios employee
pmnykh
Posts: 19
Joined: Wed Dec 14, 2016 4:31 pm

Re: Radwin and Siklu Radios

Post 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"
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Radwin and Siklu Radios

Post 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
Former Nagios Employee
pmnykh
Posts: 19
Joined: Wed Dec 14, 2016 4:31 pm

Re: Radwin and Siklu Radios

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Radwin and Siklu Radios

Post by rkennedy »

Then you'll want to navigate to the /usr/local/nagios/libexec/ and use ./check_snmp to execute it.
Former Nagios Employee
pmnykh
Posts: 19
Joined: Wed Dec 14, 2016 4:31 pm

Re: Radwin and Siklu Radios

Post 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
Last edited by dwhitfield on Thu Dec 29, 2016 1:01 pm, edited 2 times in total.
Reason: code blocks FTW
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Radwin and Siklu Radios

Post 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.
Locked