Lines Matching refs:configuration
128 def getInterval(configuration): argument
136 interval = configuration.getVar("BB_DISKMON_WARNINTERVAL")
169 def __init__(self, configuration): argument
172 self.configuration = configuration
174 BBDirs = configuration.getVar("BB_DISKMON_DIRS") or None
178 self.spaceInterval, self.inodeInterval = getInterval(configuration)
226 … bb.event.fire(bb.event.DiskFull(dev, 'disk', freeSpace, path), self.configuration)
231 … bb.event.fire(bb.event.DiskFull(dev, 'disk', freeSpace, path), self.configuration)
252 … bb.event.fire(bb.event.DiskFull(dev, 'inode', freeInode, path), self.configuration)
257 … bb.event.fire(bb.event.DiskFull(dev, 'inode', freeInode, path), self.configuration)
259 bb.event.fire(bb.event.MonitorDiskEvent(diskUsage), self.configuration)