Windows server install mrtg
由于MRTG使用Perl语言编写 , 安装ActivePerl
安装完成之后打开cmd窗口 , 输入perl –version 检查安装是否成功
下载解压mrtg-2.17.4.zip到C盘目录
http://oss.oetiker.ch/mrtg/pub/mrtg-2.17.4.zip
Windows server 安装snmp服务
参考链接:https://support.managed.com/kb/a764/how-to-install-snmp-and-configure-the-community-string.aspx
管理工具 > 服务管理器
管理 > 安装角色与功能
一直点击下一步,完成snmp安装
管理工具 > 服务
双击打开SNMP Service 点击属性 , 打开安全选项卡

在C盘目录下新建www网页文件夹 , 赋予所有用户读写权限
CMD窗口输入:

WorkDir: 与 C: 盘符之间要有空格!!!
如出现问题禁用防火墙再试
Windows server install mrtg的更多相关文章
- Windows(Server)环境安装Web服务器(Apache,PHP,Mysql)图文教程
		
Windows下Apache+PHP+MySQL搭建web服务器的方法,windows Server Install Apache PHP MySQL(图文详解) 环境准备: Windows Serv ...
 - [转]Install Windows Server 2012 in VMware Workstation
		
本文转自:http://kb4you.wordpress.com/2012/06/28/install-windows-server-2012-in-vmware-workstation-2/ Thi ...
 - 转-How to install an SSH Server in Windows Server 2008
		
window也可以通过ssh客户端连接,具体方式参考下面 1 How to install an SSH Server in Windows Server 2008 2 freeSSHd and fr ...
 - Install windows server 2008 on ESXi 5.1, add to domain and config for remote desktop
		
Never give up ---xingyunpi Install windows server 2008 system on ESXi 5.1, add it to a domain and do ...
 - How to install SharePoint 2013 on Windows Server 2012 R2
		
[Update 26.02.2014] Many thanks to everybody commented on this post. As Falk already mentioned in th ...
 - Install the Active Directory Administration Tools on Windows Server
		
安装 Active Directory 管理工具 To manage your directory from an EC2 Windows instance, you need to install ...
 - Install ADDS on Windows Server 2012 R2 with PowerShell
		
Install ADDS on Windows Server 2012 R2 with PowerShell Posted by ethernuno on 20/04/2014 In this tut ...
 - windows server 2012 r2 安装无法找到install.wim 错误代码0x80070026,以及制作U启动盘决解ISO文件超过5G大小限制的解决方案(转)
		
戴尔服务器r530 windows server 2012 r2 安装无法找到install.wim 错误代码0x80070026,以及制作U启动盘决解ISO文件超过5G大小限制的解决方案 关于在服务 ...
 - Windows Server 2008 R2 install Visual Studio 2015 failed
		
Please download and install Windows Server 2008 R2 Service Pack 1 (KB976932) . https://www.microsoft ...
 
随机推荐
- poj2594  机器人寻找宝藏(最小路径覆盖)
			
题目来源:http://poj.org/problem?id=2594 参考博客:http://www.cnblogs.com/ka200812/archive/2011/07/31/2122641. ...
 - Centos下启动和关闭MySQL
			
https://blog.csdn.net/gghh2015/article/details/78281585
 - vue传参二
			
<template> <ul> <li v-for="(value,key,index) in list" :key="index" ...
 - laravel get和all区别
			
get ,all 都可以获取到模型 all 是直接获取所有,get 是在添加了许多约束之后获取模型,get前面如果不加约束条件的话,效果与all等同
 - 通过 MySQL 存储原理来分析排序和锁(转)
			
先抛出几个问题 为什么不建议使用订单号作为主键? 为什么要在需要排序的字段上加索引? for update 的记录不存在会导致锁住全表? redolog 和 binlog 有什么区别? MySQL 如 ...
 - Linux Centos 迁移Mysql 数据位置
			
Linux Centos 迁移Mysql 数据位置 由于业务量增加导致安装在系统盘(20G)磁盘空间被占满了, 现在进行数据库的迁移. Mysql 是通过 yum 安装的. Centos6.5Mysq ...
 - DTW动态时间规整
			
参考: https://blog.csdn.net/raym0ndkwan/article/details/45614813
 - python(Django之组合搜索、JSONP、XSS过滤 )
			
一.组合搜索 二.jsonp 三.xss过滤 一.组合搜索 首先,我们在做一个门户网站的时候,前端肯定是要进行搜索的,但是如果搜索的类型比较多的话,怎么做才能一目了然的,这样就引出了组合搜索的这个案例 ...
 - CentOS7学习
			
1.为什么学linux? linux开源免费,系统稳定,多用户的操作系统. linux有许多版本,各个版本之间的不同点大概分三种? > 内核不同 > 集成不同的应用 > 定制不同的图 ...
 - 使用urllib2+re爬取web网站
			
应用1,使用urllib2+re爬取淘宝网指定页面的所有图片