1.nagios启动(root身份)/etc/init.d/nagios
restart(/etc/init.d/xinetd
restart重启nsca,用于接收客户端的数据,端口为5667,接收数据出现问题时,需要重启)2.nagios配置文件编辑(su-
nagios编辑)1)/usr/local/nagios/etc/objects/hostgroups.cfg中定义hostgroup,有时..
分类:
移动开发 时间:
2016-02-22 19:24:02
阅读次数:
245
简介 使用方法 1. 下载 jenkins_cli.jar。 下载地址: http://localhost:8080/jnlpJars/jenkins-cli.jar 2. 点击“系统管理” –> “Jenkins CLI”. 可以看到很多”可用的命令“。 3. 点击一个命令,比如说”restart...
分类:
其他好文 时间:
2016-02-22 17:45:35
阅读次数:
146
1)启动: sudo /etc/init.d/mysql start 2)停止: sudo /etc/init.d/mysql stop 3)重新启动: sudo /etc/init.d/mysql restart 4)查看日志: cat /var/log/mysql.err cat /var/lo
分类:
数据库 时间:
2016-02-19 12:37:33
阅读次数:
140
Eclipse 编译工程时出现如下的错误提示: The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse.Please ensure the adb is corre
分类:
数据库 时间:
2016-02-16 18:24:20
阅读次数:
176
Oracle Restart可以用来给Oracle GoldenGate 做 High Availability 使用么?...
分类:
数据库 时间:
2016-02-12 18:46:14
阅读次数:
232
刚装的ubuntu14.04配置完smbd发现service或者/etc/init.d/smbd restart都不显示任何输出,也没起作用 echo $?输出1,查看脚本发现 if init_is_upstart; then exit 1 fi 所有动作都被这句返回了 upstart好像是ubun
分类:
系统相关 时间:
2016-02-05 22:17:06
阅读次数:
328
一 数据库基本配置包括编码方式 (安装环境是在linux下) 1.1 进入数据库 开启数据库服务:service mysqld start/restart(如果开启话可以重启) 关闭数据库服务:service mysqld stops Mysql –u root –h127.0.0.1 –p 然后输
分类:
数据库 时间:
2016-02-05 01:40:07
阅读次数:
234
1. 启动或重启libvirtd服务和messagebus 服务 /etc/init.d/libvirtd start /etc/init.d/messagebus restart 查看网络接口列表 brctl show 结果如下 bridge name bridge id STP enabled
分类:
其他好文 时间:
2016-01-31 03:10:13
阅读次数:
194
今天在调试openstack的时候,重启apache,出现以下报错: [root@hctrl log]# service httpd restart 停止 httpd:[确定] 正在启动 httpd:httpd: Could not reliably determine the server's f
分类:
Web程序 时间:
2016-01-31 02:36:48
阅读次数:
247
在使用虚拟机Oracle VM VirtualBox的时候,重装系统之后,里面之前配置的mysql或者oracle重新打开之后,网卡就出现问题。 ifconfig查看数据库地址,会变成127.0.0.1,重启网卡service network restart 提示: device eth0 does
分类:
其他好文 时间:
2016-01-29 19:58:26
阅读次数:
113