zoukankan      html  css  js  c++  java
  • Cacti ERROR: opening '*.rrd': No such file or directory 解决方法

    error: opening /home/cacti/rra/url-2 no such file or directory

    在看Cacti Graph Debug Mode发现如下报错

    RRDTool Says:

    ERROR: opening '/data/local/nginx/html/cacti/rra/dns-cnc_ucd_load1min_461.rrd': No such file or directory

    图片显示为红叉叉

    经过一番网络搜,发现原来是Perl少了组件,解决方法如下:

    # perl -MCPAN -e shell# cpan> install LWP::UserAgent
    # cpan> install LWP::UserAgent

    如果未安装perl或者CPAN或者YAML可以通过下面方式安装
    # yum install perl-devel perl-CPAN perl-YAML

  • 相关阅读:
    投票练习
    多条件查询
    PHP 购物车
    PHP TP模型
    PHP smarty函数
    PHP smarty复习
    PHP smarty缓存
    PHP phpcms
    php smarty查询分页
    PHP Smarty变量调节器
  • 原文地址:https://www.cnblogs.com/kangleweb/p/9801284.html
Copyright © 2011-2022 走看看