systemctl start zabbix-server 启动服务端
systemctl stop zabbix-server 停止服务端
systemctl start zabbix-agent.service 启动客户端
systemctl stop zabbix-agent.service 停止客户端
关闭php-fpm
service php-fpm start
service php-fpm restart
service php-fpm stop
service php-fpm reload
实在不行直接killall
安装killall
yum install psmisc
killall php-fpm
关闭grafana
启动:service grafana-server start 停止:service grafana-server stop 重启:service grafana-server restart 加入开机自启动: chkconfig --add grafana-server on
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)