You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Source /etc/sysconfig/graphios, if it exists
- Support an $OPTIONS variable to pass additional options to the program
- Use nohup+su to start and fork graphios.py instead of relying on sudo which requires a tty in its default configuration - should
fix Issue shawn-sterling#99
- Start the program via /usr/bin/graphios.py, not /usr/bin/graphios. Fixes Issue
shawn-sterling#100
- Other cleanup, including text formatting, spaces, etc
justino
pushed a commit
to justino/graphios
that referenced
this issue
Jun 26, 2020
- Source /etc/sysconfig/graphios, if it exists
- Support an $OPTIONS variable to pass additional options to the program
- Use nohup+su to start and fork graphios.py instead of relying on sudo which requires a tty in its default configuration - should
fix Issue shawn-sterling#99
- Start the program via /usr/bin/graphios.py, not /usr/bin/graphios. Fixes Issue
shawn-sterling#100
- Other cleanup, including text formatting, spaces, etc
We start the process as /usr/bin/graphios, then try to kill graphios.py. The process shows up like this:
nagios 6138 6137 0 15:25 pts/0 00:00:00 /usr/bin/python -tt /usr/bin/graphios
So obviously this doesn't work.
The text was updated successfully, but these errors were encountered: