added python
This commit is contained in:
parent
b4ab451366
commit
732e223357
2 changed files with 11 additions and 5 deletions
|
|
@ -62,8 +62,6 @@ def main():
|
|||
scheduler.start()
|
||||
jobs = []
|
||||
|
||||
|
||||
|
||||
for layout in linConf.get_enabled_layouts():
|
||||
for hostgroup in layout.get_hostgroups():
|
||||
for service in hostgroup.get_services():
|
||||
|
|
@ -81,8 +79,6 @@ def main():
|
|||
log.d("shutting down scheduler")
|
||||
scheduler.shutdown(wait=False)
|
||||
|
||||
|
||||
|
||||
elif args.action == "stop":
|
||||
log.i("stopping linspector is currently unsupported")
|
||||
elif args.action == "restart":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue