-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daemons process title name #651
Conversation
a42db41
to
874301d
Compare
@@ -229,6 +231,7 @@ def __init__(self, name, config_file, is_daemon, do_replace, debug, debug_file): | |||
""" | |||
self.check_shm() | |||
|
|||
self.daemon_type = 'unknown' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not define the 'unknown' in the default value in the properties
dictionary ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
with self.conf_lock: | ||
conf = unserialize(self.new_conf, True) | ||
logger.warning("Configuration: %s", conf) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure it's a good idea to put in logger the conf
(will be big text :p)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do agree, it may be important and not as useful as expected. I remove this log :/
5562935
to
48516b6
Compare
48516b6
to
7921660
Compare
Alignak doc updated accordingly: https://github.com/Alignak-monitoring/alignak-doc/blob/update-features/source/03_how_it_work/run_daemons.rst#alignak-processes-list
According to #614, daemons names are: