Search found 3 matches

by localgod
Thu Dec 18, 2014 12:18 pm
Forum: Open Source Nagios Projects
Topic: Return code of 126 is out of bounds error for plugin
Replies: 4
Views: 3150

Re: Return code of 126 is out of bounds error for plugin

I have tried everything from 755 to 777.... no luck.
by localgod
Thu Dec 18, 2014 4:20 am
Forum: Open Source Nagios Projects
Topic: Return code of 126 is out of bounds error for plugin
Replies: 4
Views: 3150

Return code of 126 is out of bounds error for plugin

I have created a plugin called "check_oracle_login" and symlinked it to the folder with the build in plugins with the same owner and the same permissions: #!/usr/bin/env php <?php $db = "(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = host)(PORT = 1521)))(CONNECT_DATA=...