Search found 1 match

by Frank4dd
Tue Mar 22, 2016 11:17 pm
Forum: Nagios XI
Topic: Help In Setting Up Command Configuration
Replies: 18
Views: 2140

Re: Help In Setting Up Command Configuration

Hi, For this plugin, both the argument number and the order of arguments is fixed: check_tablespace_oracle <ip> <db-port> <db-name> <db-user> <db-pwd> In your Nagios example above, $ARG1$ is given the db-name, and it is placed before the db-port number. This prevents the successful execution. Just f...