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