Search found 98 matches

by skypete
Tue May 22, 2018 5:18 pm
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

OK so it sounds like the plugin is not in that location. What is the output of : ls -la /usr/local/nagios/libexec/check_snmp_synology If you downloaded it to a different location then you will need to change that directory in the test command and try again. I get this 17585 may 21 13:08 /usr/local/...
by skypete
Tue May 22, 2018 9:26 am
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

when i run this command

/usr/local/nagios/libexec/check_snmp_synology -2 public -h your_synology_ip_address

No such file or directory

permission denied
by skypete
Mon May 21, 2018 4:49 pm
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

this is my commands.cfg define command{ command_name check_snmp_synology command_line $USER1$/check_snmp_synology -H $HOSTADDRESS$ -v $ARG1$ $ARG2$ } This is my Service.cfg file define host{ use dev host_name Hostname address 192.168.1.77:5000 max_check_attempts 3 check_interval 3 retry_interval 1 n...
by skypete
Mon May 21, 2018 12:14 pm
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

Before you worry about Nagios configurations you need to make sure the plugin runs from the command line first. This plugin was recommended: https://exchange.nagios.org/directory/Plugins/Network-and-Systems-Management/Others/Synology-status/details It has command examples on how it works. Download ...
by skypete
Mon May 21, 2018 11:55 am
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

Thank you
by skypete
Mon May 21, 2018 9:21 am
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

Ok I will check that please stand by thanks so much.
by skypete
Fri May 18, 2018 3:31 pm
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

could you please make a simple step by step process guide to get at least one of the service working from the beginning its very confusing really appreciate it and it would help me out alot.
by skypete
Fri May 18, 2018 1:30 pm
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

Thanks so my question is where does plugins go and how to install them?
by skypete
Fri May 18, 2018 10:44 am
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

Could you please send some examples thanks.
by skypete
Fri May 18, 2018 10:34 am
Forum: Open Source Nagios Projects
Topic: Synology On Nagios Core
Replies: 51
Views: 27312

Re: Synology On Nagios Core

So quick question how would i enable any of the plugin to communicate with the synology? would i need to create a service command and a host definition?