Lines Matching refs:getInput

81 			'scriptids' => $this->getInput('scriptid'),
90 $script['scope'] = $this->getInput('scope', ZBX_SCRIPT_SCOPE_ACTION);
91 $script['type'] = $this->getInput('type', ZBX_SCRIPT_TYPE_WEBHOOK);
94 $script['menu_path'] = trimPath($this->getInput('menu_path', ''));
95 $script['host_access'] = $this->getInput('host_access', PERM_READ);
96 $script['confirmation'] = $this->getInput('confirmation', '');
97 $script['usrgrpid'] = $this->getInput('usrgrpid', 0);
102 $script['command'] = $this->getInput('command', '');
103 $script['execute_on'] = $this->getInput('execute_on', ZBX_SCRIPT_EXECUTE_ON_PROXY);
107 $script['command'] = $this->getInput('commandipmi', '');
111 $script['command'] = $this->getInput('command', '');
112 $script['username'] = $this->getInput('username', '');
113 $script['port'] = $this->getInput('port', '');
114 $script['authtype'] = $this->getInput('authtype', ITEM_AUTHTYPE_PASSWORD);
117 $script['password'] = $this->getInput('password', '');
120 $script['publickey'] = $this->getInput('publickey', '');
121 $script['privatekey'] = $this->getInput('privatekey', '');
122 $script['password'] = $this->getInput('passphrase', '');
127 $script['command'] = $this->getInput('command', '');
128 $script['username'] = $this->getInput('username', '');
129 $script['password'] = $this->getInput('password', '');
130 $script['port'] = $this->getInput('port', '');
134 $script['command'] = $this->getInput('script', '');
135 $script['timeout'] = $this->getInput('timeout', DB::getDefault('scripts', 'timeout'));
137 $parameters = $this->getInput('parameters', []);
150 if ($this->getInput('hgstype', 1) == 0) {
167 ->setArgument('scriptid', $this->getInput('scriptid'))