生活在宁静的角落 Linux
ubuntu 16.04 安装django
ubuntu合两个版本的python ,同时又python2 和python3
当前系统版本
terry@vUBox:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial
1.启动python2
terry@vUBox:~$ python Python 2.7.12 (default, Nov 19 …点击查看更多…
Nagiosgraph 组件安装
官方介绍:
下载地址:
http://nagiosgraph.sourceforge.net/
下载Nagiosgraph
[root@vnagios tmp]# wget http://nchc.dl.sourceforge.net/project/nagiosgraph/nagiosgraph/1.5.2/nagiosgraph-1.5.2.tar.gz
解 …
点击查看更多…Nagios 监控windows 主机
之前我们装完nagios core ,我们查看host 页面只有一个主机,就是nagios 服务器本身
现在我们来让nagios 监控window 主机
1. 编辑nagios 配置文件
vi …点击查看更多…
Nagios Core 安装
php 时区设置
今天在安装centreon时,发现要配置PHP的时间
于是登录到centreon的服务器上找到并编辑php.ini
[root@localhost ~]# vim /etc/php.ini
修改date.timezone = 'asia/shanghai'
点击查看更多…