Thanks for the answer Michael.

Yes, we are just trying it to move as soon as it's production ready :)

All of the tests give that answer so just as an example

# tail /var/log/icinga2/icinga2.log
[2014-05-09 10:38:11 +0200] <Q #0x7fc849eb1118 W #0x7fc849eb1258>
information/base: Running command '/usr/lib/nagios/plugins/check_http --ssl
-I 158.42.250.61 ': PID 30163

# sudo -u nagios /usr/lib/nagios/plugins/check_http --ssl -I 158.42.250.61
HTTP OK: HTTP/1.1 302 Redirect - 390 bytes in 0.017 second response time
|time=0.016691s;;;0.000000 size=390B;;;0

So it seems that those 3 items on the checklist are corre

- PluginsDir is correct
- Plugins are installed
- nagios user also seems to have the right permissions to run the command

debug.log is quite big... What exactly should I search for?




On Fri, May 9, 2014 at 10:32 AM, Michael Friedrich <
michael.friedr...@gmail.com> wrote:

> On 09.05.2014 10:15, Jorge Ferrando wrote:
>
>> Hello
>>
>> I'm trying to migrate from nagios3 to icinga2.
>>
>
> That's cool. But keep the note that it's not production ready yet - the
> final version is due soon, we're working hard on that one. So keep testing
> and report any issues you encounter :)
>
>
>
>> I've translated my configuration files to the new format, but for all
>> the host checks I'm receiving this output:
>>
>> execvpe() failed.: No such file or directory
>>
>> I've checked in the logs the commands being executed for the checks and
>> they seem to be ok if I run them in console.
>>
>
> Please share there call and output here, as well as the application log of
> icinga 2.
>
>
>
>> Any idea of what's happening?
>>
>
> The command being executed refers to a binary/script not existing or not
> accessible. Either you haven't installed the monitoring plugins package, or
> the PluginDir in constants.conf points to a different path.
>
> That error message requires some love - https://dev.icinga.org/issues/6160
>
> kind regards,
> Michael
>
>
> --
> DI (FH) Michael Friedrich
>
> michael.friedr...@gmail.com  || icinga open source monitoring
> https://twitter.com/dnsmichi || lead core developer
> dnsmi...@jabber.ccc.de       || https://www.icinga.org/team
> irc.freenode.net/icinga      || dnsmichi
> _______________________________________________
> icinga-users mailing list
> icinga-users@lists.icinga.org
> https://lists.icinga.org/mailman/listinfo/icinga-users
>
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to