Home
last modified time | relevance | path

Searched refs:monit_bin_path (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dmonit.py107 def __init__(self, module, monit_bin_path, service_name, timeout): argument
109 self.monit_bin_path = monit_bin_path
125 rc, out, err = self.module.run_command('%s -V' % self.monit_bin_path, check_rc=True)
152 … command = ' '.join([self.monit_bin_path, monit_command, self.command_args, self.process_name])
185 …rc, out, err = self.module.run_command('%s summary %s' % (self.monit_bin_path, self.command_args),…
193 …return self.module.run_command('%s %s %s' % (self.monit_bin_path, command, self.process_name), che…
231 rc, out, err = self.module.run_command('%s reload' % self.monit_bin_path)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Dmonit.py107 def __init__(self, module, monit_bin_path, service_name, timeout): argument
109 self.monit_bin_path = monit_bin_path
125 rc, out, err = self.module.run_command('%s -V' % self.monit_bin_path, check_rc=True)
152 … command = ' '.join([self.monit_bin_path, monit_command, self.command_args, self.process_name])
185 …rc, out, err = self.module.run_command('%s summary %s' % (self.monit_bin_path, self.command_args),…
193 …return self.module.run_command('%s %s %s' % (self.monit_bin_path, command, self.process_name), che…
231 rc, out, err = self.module.run_command('%s reload' % self.monit_bin_path)