6 # This file has been created by OMD out of the following files:
10 for fn
in sys
.argv
[1:]:
11 sys
.stdout
.write("# %s\n" % fn
)
14 # Do not edit this file. It will be recreated each time Nagios
15 # is started or reloaded. Rather change things in the original
18 # ------------------------------------------------------------
22 for fn
in sys
.argv
[1:]:
27 if ls
== "" or ls
.startswith("#"):
29 sys
.stdout
.write("# %s:%d\n" % (fn
, lineno
))
30 sys
.stdout
.write(line
)