-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Added simple process state monitor source. #3
Conversation
Cool, I like this addition. I do would like to see a few fixes before I can accept it.
Some other comments; And another point, just a matter of style preference I guess, but line 40-50 can be replaced with: Line 54-57 don't seem to do anything |
Added a simple process state monitor
removed more unnecessary fields.
[process]
xbmc=XBMC.App
=> ps axw's for XBMC.App, and based on it's presence sets process.xbmc to off/on.