Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@asifiqbal
Created June 16, 2015 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asifiqbal/4de54a26f3e38008cc13 to your computer and use it in GitHub Desktop.
Save asifiqbal/4de54a26f3e38008cc13 to your computer and use it in GitHub Desktop.
$ 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