日志提示如下错误,不知道是何缘故? 2009年12月14日 星期一 11时54分09秒 RRD: Failing file in graphCounter() is /usr/local//interfaces/eth0/IP_HTTPBytes.rrd 2009年12月14日 星期一 11时54分09秒 **ERROR** RRD: rrd_graph() call failed, rc -1, unknown option '--watermark' 2009年12月14日 星期一 11时54分09秒 RRD: Failing file in graphCounter() is /usr/local//interfaces/eth0/IP_DNSBytes.rrd 2009年12月14日 ...
by ygl23 - 监控及自动化运维技术 - 2009-12-14 14:09:58 阅读(2385) 回复(1)
日志提示如下错误,不知道是何缘故? 2009年12月14日 星期一 11时54分09秒 RRD: Failing file in graphCounter() is /usr/local//interfaces/eth0/IP_HTTPBytes.rrd 2009年12月14日 星期一 11时54分09秒 **ERROR** RRD: rrd_graph() call failed, rc -1, unknown option '--watermark' 2009年12月14日 星期一 11时54分09秒 RRD: Failing file in graphCounter() is /usr/local//interfaces/eth0/IP_DNSBytes.rrd 2009年12月14日 ...
在ntop的显示中,有一个thpt,不知道代表什么意思。 显示如下: Thpt:1.9Mbps/7.4Mbps 请各位指教,从google和baidu上都没有找到能看明白的说法,惭愧!!!我这里先谢谢了:) [ 本帖最后由 ioerr 于 2008-4-21 10:32 编辑 ]
在ntop的显示中,有一个thpt,不知道代表什么意思。\r\n\r\n显示如下:\r\nThpt:1.9Mbps/7.4Mbps\r\n\r\n请各位指教,从google和baidu上都没有找到能看明白的说法,惭愧!!!我这里先谢谢了:)\n\n[ 本帖最后由 ioerr 于 2008-4-21 10:32 编辑 ]
摘要 ntop是基于sniffer的一种网络监控工具。把它安装在网关上面监控一段网络真的不错。他可以显示总的流量,还可以显示网段内机器的流量,包含每种服务的流量等。(2004-08-09 22:33:07) 环境 redhat9.0 单块网卡 软件 gdome2-0.7.2-1.i586.rpm ntop-3.0-0.i386.rpm 下载地址 ftp://ftp.task.gda.pl/vol/d35/ftp.pld-linux.org/dists/1.1/PLD/i586/PLD/RPMS/gdome2-0.7.2-1.i586.rpm http://puzzle.dl.sourceforge.net/sou...
看日志有很多错误,不知哪配置的问题 Fri 15 May 2009 04:30:17 PM CST **WARNING** RRD: rrd_update(/usr/local/ntop/var/ntop/rrd/interfaces/eth1/hosts/202/108/33/32/bytesSent.rrd) error: illegal attempt to update using time 1242376213 when last update time is 1242398573 (minimum one second step) Fri 15 May 2009 04:30:17 PM CST **WARNING** RRD: rrd_update(/usr/local/ntop/var/ntop/rrd/interfaces/eth1/...
看日志有很多错误,不知哪配置的问题\r\n\r\nFri 15 May 2009 04:30:17 PM CST **WARNING** RRD: rrd_update(/usr/local/ntop/var/ntop/rrd/interfaces/eth1/hosts/202/108/33/32/bytesSent.rrd) error: illegal attempt to update using time 1242376213 when last update time is 1242398573 (minimum one second step)\r\nFri 15 May 2009 04:30:17 PM CST **WARNING** RRD: rrd_update(/usr/local/ntop/var/ntop/rrd/interfa...
一、ntop简介 ntop是一种监控网络流量的工具,用ntop显示网络的使用情况比其他一些网管软件更加直观、详细。ntop甚至可以列出每个节点计算机的网络带宽利用率。 ntop是一个灵活的、功能齐全的,用来监控和解决局域网问题的工具。它同时提供命令行输入和Web界面,可应用于嵌入式Web服务。 二、ntop主要功能 ntop主要提供以下一些功能: ◆ 自动从网络中识别有用的信息; ◆ 将截获的数据包转换成易于识...
# apt-get install ntop graphviz # /etc/init.d/ntop start //无法启动ntop # mkdir -p /var/www/html/ntop # ntop -P /var/www/html/ntop/ -u nobody 修改 /etc/init.d/ntop #HOMEDIR="/var/lib/ntop" HOMEDIR="/var/www/html/ntop" 以后就可以用 /etc/init.d/ntop 正常启动了 是家目录下没有化数据库文件所致 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/1120/showart_1810517....
ntop的安装 1, apt-get install ntop 2, touch /etc/ntop.conf 3, 在ntop.conf里增加两行 --http-server 3000 --domain xxx.com 4, ntop -A (为admin用户更改密码) 5, notp -d (使用命令启动ntop) 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/43296/showart_432832.html
1.安装: #rpm -ivh ntop-3.2-1.el4.rf.i386.rpm 2.建立日志文件目录: #mkdir /var/log/ntop/ 建立帐号: #useradd -g ntop -s /bin/true -M ntop 3.首次启动(root) /usr/bin/ntop -P /usr/share/ntop -u ntop -A #-P [directory]指定.db档存放路径 #-u [user]指定service启动user #-A 设定admin密码,ntop会内建admin管理者帐号于ntop中 4.查看首次启动所需动作 less /usr/share/doc/ntop-3.0/1STRUN.txt 5.编修/etc/ntop.conf...