LoginSignup
0
0

More than 5 years have passed since last update.

【備忘録】NewRelic Infrastructure 各OSデーモンの 起動、停止、再起動、ステータス確認方法

Posted at

SystemD (CentOS 7、Debian 8、RHEL 7、Ubuntu 15.04 以上):

sudo systemctl <start|stop|restart|status> newrelic-infra

System V (Debian 7):

sudo /etc/init.d/newrelic-infra <start|stop|restart|status>

Upstart (Amazon Linux, CentOS 6、RHEL 6、Ubuntu 14.10 以上)

sudo initctl <start|stop|restart|status> newrelic-infra

本家サポートサイト(英語)

日本語 代理店サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0