Last active
February 20, 2017 19:35
-
-
Save pradeepchhetri/77cc8f6feabb1eb1d740117f13a562fc to your computer and use it in GitHub Desktop.
Riemann installation on Debian 8 and CentOS 7
This file contains hidden or 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
root@debian8:~# dpkg -i riemann_0.2.12_all.deb | |
Selecting previously unselected package riemann. | |
(Reading database ... 35701 files and directories currently installed.) | |
Preparing to unpack riemann_0.2.12_all.deb ... | |
Unpacking riemann (0.2.12) ... | |
Setting up riemann (0.2.12) ... | |
**Processing triggers for systemd (215-17+deb8u6) ...** | |
root@debian8:~# systemctl status riemann | |
● riemann.service - LSB: Riemann server | |
Loaded: loaded (/etc/init.d/riemann) | |
Active: active (exited) since Mon 2017-02-20 18:46:37 UTC; 6min ago | |
Feb 20 18:46:37 debian8 systemd[1]: Started LSB: Riemann server. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment