Example #1
0
 def load_limits(self, config):
     """Load the monitored list from the config file, if it exists."""
     self.glances_monitors = glancesMonitorList(config)
Example #2
0
 def load_limits(self, config):
     """Load the monitored list from the conf file."""
     logger.debug(
         "Monitor plugin configuration detected in the configuration file")
     self.glances_monitors = glancesMonitorList(config)
Example #3
0
 def load_limits(self, config):
     """Load the monitored list from the conf file."""
     # print "DEBUG: Monitor plugin load config file %s" % config
     self.glances_monitors = glancesMonitorList(config)
Example #4
0
 def load_limits(self, config):
     """Load the monitored list from the conf file."""
     logger.debug("Monitor plugin configuration detected in the configuration file")
     self.glances_monitors = glancesMonitorList(config)
Example #5
0
 def load_limits(self, config):
     """Load the monitored list from the config file, if it exists."""
     self.glances_monitors = glancesMonitorList(config)