This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo systemctl status xymon.service -l | |
● xymon.service - Xymon | |
Loaded: loaded (/etc/systemd/system/xymon.service; enabled; vendor preset: enabled) | |
Active: inactive (dead) since Tue 2015-06-16 12:06:41 EDT; 1min 24s ago | |
Process: 10071 ExecStart=/var/lib/xymon/server/bin/xymon.sh start (code=exited, status=0/SUCCESS) | |
Main PID: 10071 (code=exited, status=0/SUCCESS) | |
Jun 16 12:06:41 myhost systemd[1]: Started Xymon. | |
Jun 16 12:06:41 myhost systemd[1]: Starting Xymon... | |
$ ps -ef | grep xymon | |
iqbala 10230 6241 0 12:09 pts/12 00:00:00 grep --color=auto xymon | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment