Beispiel #1
0
 def getCheckInterval(self):
     self._directives = {
         'names'     : self._directivesNames,
         'values'    : self._directivesValues
         }
     return directives.getCheckInterval(self._directives)
Beispiel #2
0
 def getCheckInterval(self):
     if self._hasDirectives:
         return directives.getCheckInterval(self._directivesCsv)
     else:
         return config.defaultHostCheckInterval