Do you know which port i need to enable on the core router in order to allow incoming UDP traffic with this plugin?
UDP port 161?
Search found 10 matches
- Fri Jan 18, 2019 7:59 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
- Fri Jan 18, 2019 3:20 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
Hi Scott,
Yes im certain that username and password are the same on both NAS boxes.
NAS02 is located in another office, and im wondering if the ISP could be blocking the requests?
I have of course access to the core router, and both are configured in a similar way.
Bg.
Yes im certain that username and password are the same on both NAS boxes.
NAS02 is located in another office, and im wondering if the ISP could be blocking the requests?
I have of course access to the core router, and both are configured in a similar way.
Bg.
- Thu Jan 17, 2019 10:21 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
I can only get a valid response from NAS01.scottwilkerson wrote:So if you run this command from the CLI for both NAS01 and NAS02 do you get valid results for bothCode: Select all
/usr/local/nagios/libexec/check_snmp_synology -u USERNAME -p PASSWORD -h HOSTIP
With NAS02 i get the request timed out response.
- Thu Jan 17, 2019 9:38 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
Is this what you're asking for? define command{ command_name check_snmp_synology command_line $USER1$/check_snmp_synology -h $HOSTADDRESS$ -u $USER3$ -p $USER4$ $ARG1$ } yes. Does NAS02 use the same username/password set in $USER3$ & $USER4$ that NAS01 does? Yes it does.
- Thu Jan 17, 2019 3:46 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
Is this what you're asking for?
Code: Select all
define command{
command_name check_snmp_synology
command_line $USER1$/check_snmp_synology -h $HOSTADDRESS$ -u $USER3$ -p $USER4$ $ARG1$
}- Wed Jan 16, 2019 9:53 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
Are you actually putting the synology IP in there or $HOSTADRESS proper? because the error looks like it is missing some of the info such as if you were entering $HOSTADRESS I can run the following without any issues on NAS01 $USERNAME@$SERVERNAME:/usr/local/nagios/libexec$ ./check_snmp_synology -u...
- Wed Jan 16, 2019 2:26 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
Is (mjgroup||public) your community string? this likely needs to be quoted '(mjgroup||public)' We definitely need to get it working form the CLI before moving forward. The community i've set up is mjgroup. What is tried to illustrate was that i tried both mjgroup and public. UPDATE: I have configur...
- Tue Jan 15, 2019 4:42 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
As a side note, we running the same plugin check_snmp_synology on the other NAS01 which is working without any issues. The Synology NAS mentioned is located in another location, and my concern is that the server never gets to connect to the NAS. I cannot run the command without getting the following...
- Tue Jan 15, 2019 3:44 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Re: Host check timed out check_snmp_synology
#!/bin/bash # check_snmp_synology for nagios # Version: 2.5 # 07.12.2016 Nicolas Ordonez, Switzerland # # Thanks to contributors: # - Tobias Schenke #--------------------------------------------------- # this plugin checks the health of your Synology NAS # - System status (Power, Fans) # - Disks st...
- Mon Jan 14, 2019 10:37 am
- Forum: Open Source Nagios Projects
- Topic: Host check timed out check_snmp_synology
- Replies: 18
- Views: 7532
Host check timed out check_snmp_synology
Hi there, Im currently trying to setup a monitoring service on my Synology NAS but im facing some challenges. As of today I have two Synology NAS'es in my setup and monitoring is working excellent on one of them (NAS01) I'm utilizing the nagios plugin check_snmp_synology. Error message emailed to me...