コード例 #1
0
ファイル: smartdmgr.py プロジェクト: OpenSight/StorLever
 def _save_conf(self, smartd_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, smartd_conf)
コード例 #2
0
ファイル: ftpmgr.py プロジェクト: linuxmap/StorLever
 def _save_conf(self, ftp_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, ftp_conf)
コード例 #3
0
ファイル: mailmgr.py プロジェクト: OpenSight/StorLever
 def _save_conf(self, mail_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, mail_conf)
コード例 #4
0
ファイル: fsmgr.py プロジェクト: OpenSight/StorLever
 def _save_conf(self, fs_dict):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, fs_dict)
コード例 #5
0
ファイル: zabbixagent.py プロジェクト: linuxmap/StorLever
 def _save_conf(self, zabbix_agent_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, zabbix_agent_conf)
コード例 #6
0
ファイル: zabbixagent.py プロジェクト: OpenSight/StorLever
 def _save_conf(self, zabbix_agent_conf):
     cfg_mgr().check_conf_dir()
     Config.to_file(self.conf_file, zabbix_agent_conf)