黑帽联盟

 找回密码
 会员注册
查看: 2240|回复: 0

[运维监控] Multiload-ng监控的安装

[复制链接]

898

主题

38

听众

3394

积分

管理员

Rank: 9Rank: 9Rank: 9

  • TA的每日心情
    开心
    7 天前
  • 签到天数: 1723 天

    [LV.Master]伴坛终老

    本帖最后由 定位 于 2016-10-23 21:09 编辑

    程序下载地址:链接:http://pan.baidu.com/s/1sl1rWnj 密码:828z


    安装过程:

    Get the source
    Execute the following command line (you must have git installed):
    git clone https://github.com/udda/multiload-ng
    If you don't have git, download the lastest source ZIP here.
    Or, if you don't want any surprise, download a stable release here.

    Configure
    Move to the directory that contains source code just cloned and run:
    ./autogen.sh
    Now run configure script:
    ./configure --prefix=/usr
    Change prefix as needed. /usr is the prefix of most distros. If you do not specify a prefix, configure script tries to infer it from installed programs. If this fails, prefix defaults to /usr/local.

    Build
    This is simple. Move to the directory that contains source code and execute:
    make

    Install/uninstall
    To install (must run make before), execute:
    sudo make install

    如想卸载直接执行:
    To later uninstall you need source directory. If you deleted it, just download again, and run Configurepart. Then execute:
    sudo make uninstall


    相关链接:https://bbs.cnblackhat.com/thread-191-1-1.html
    您需要登录后才可以回帖 登录 | 会员注册

    发布主题 !fastreply! 收藏帖子 返回列表 搜索
    回顶部