Search found 3 matches

by Ameur003
Wed Feb 23, 2022 2:37 pm
Forum: Open Source Nagios Projects
Topic: Plugin not worknig
Replies: 5
Views: 1960

Re: Plugin not worknig

Hi Guys, Thank you for your help. I found what was causing my issue, it is related to the host that I was affecting the service to. I changend to another host and it worked as expected. I then removed and re-created the host that the service doesn't work with and it worked fine. Thank you again for ...
by Ameur003
Tue Feb 22, 2022 2:05 pm
Forum: Open Source Nagios Projects
Topic: Plugin not worknig
Replies: 5
Views: 1960

Re: Plugin not worknig

Note that a script is not a command. A command defines the plugin that will be executed and it's arguments. Has the command been defined in the NRPE or NCPA configuration? Also, Nagios runs the checks as the nagios user. If you test as root, the result may not be the same. Since the message suggest...
by Ameur003
Tue Feb 22, 2022 10:56 am
Forum: Open Source Nagios Projects
Topic: Plugin not worknig
Replies: 5
Views: 1960

Plugin not worknig

Hi guys, I created a plugin using bash script that get the expiration date of a website certificate, the script is working fine on server command line, il is working when I create the service and Run Check Command. My problem is, once the service is created and the configuration applyed, I'm getting...