6 # This file has been created by OMD out of the following files:
10 for fn
in sys
.argv
[1:]:
13 sys
.stdout
.write("# %s\n" % fn
)
16 # Do not edit this file. It will be recreated each time Nagios
17 # is started or reloaded. Rather change things in the original
20 # ------------------------------------------------------------
24 for fn
in sys
.argv
[1:]:
32 if ls
== "" or ls
.startswith("#"):
35 contline
+= ls
[:-1] + " "
38 sys
.stdout
.write("# %s:%d\n" % (fn
, lineno
))
39 sys
.stdout
.write(contline
+ line
)