def _save_conf(self, smartd_conf): cfg_mgr().check_conf_dir() Config.to_file(self.conf_file, smartd_conf)
def _save_conf(self, ftp_conf): cfg_mgr().check_conf_dir() Config.to_file(self.conf_file, ftp_conf)
def _save_conf(self, mail_conf): cfg_mgr().check_conf_dir() Config.to_file(self.conf_file, mail_conf)
def _save_conf(self, fs_dict): cfg_mgr().check_conf_dir() Config.to_file(self.conf_file, fs_dict)
def _save_conf(self, zabbix_agent_conf): cfg_mgr().check_conf_dir() Config.to_file(self.conf_file, zabbix_agent_conf)