Beispiel #1
0
 def _save_conf(self, smartd_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, smartd_conf)
Beispiel #2
0
 def _save_conf(self, ftp_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, ftp_conf)
Beispiel #3
0
 def _save_conf(self, mail_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, mail_conf)
Beispiel #4
0
 def _save_conf(self, fs_dict):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, fs_dict)
Beispiel #5
0
 def _save_conf(self, zabbix_agent_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, zabbix_agent_conf)
Beispiel #6
0
 def _save_conf(self, zabbix_agent_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, zabbix_agent_conf)