Install the real-time viewing log tool log.io

 

Official website: http://logio.org/

1. Environment

[root@centos ~]# cat /etc/system-release
CentOS release 6.5 (Final)
[root@centos ~]# uname -a
Linux centos 2.6.32-431.11.31.el6.ucloud.x86_64 #1 SMP Tue Mar 7 20:19:50 EST 2017 x86_64 x86_64 x86_64 GNU/Linux

 

2. Installation

  1. Install npm

    I am using the rpm package of the epel source, if there is no epel source, you can yum install -y epel.repo

    

[root@centos ~]# yum  install -y npm
[root @ centos ~] # npm - v
 1.3 . 6

 

 

3. Install log.io

npm install -g log.io --user "root"

 

If the installation reports the following error:

npm http GET https://registry.npmjs.org/log.io
npm http GET https://registry.npmjs.org/log.io
npm http GET https://registry.npmjs.org/log.io
npm ERR! Error: CERT_UNTRUSTED
npm ERR!     at SecurePair.<anonymous> (tls.js:1430:32)
npm ERR!     at SecurePair.emit (events.js:92:17)
npm ERR!     at SecurePair.maybeInitFinished (tls.js:1029:10)
npm ERR!     at CleartextStream.read [as _read] (tls.js:521:13)
npm ERR!     at CleartextStream.Readable.read (_stream_readable.js:341:10)
npm ERR!     at EncryptedStream.write [as _write] (tls.js:418:25)
npm ERR!     at doWrite (_stream_writable.js:226:10)
npm ERR!     at writeOrBuffer (_stream_writable.js:216:5)
npm ERR!     at EncryptedStream.Writable.write (_stream_writable.js:183:11)
npm ERR!     at write (_stream_readable.js:602:24)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>

npm ERR! System Linux 2.6.32-431.11.31.el6.ucloud.x86_64
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "log.io" "--user" "root"
npm ERR! cwd /root
npm ERR! node -v v0.10.48
npm ERR! npm -v 1.3.6
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /root/npm-debug.log
npm ERR! not ok code 0

 

Execute on the command line:

npm config set strict-ssl false

 

Then try installing log.io again:

[root@centos ~]# npm install -g log.io --user "root"

 

If the installation is successful, there will be the following files:

[root @ centos ~] # ls /root/.log.io/
harvester.conf  log_server.conf  web_server.conf
[root@centos ~]# which log.io-server 
/usr/bin/log.io-server
[root@centos ~]# which log.io-harvester
/usr/bin/log.io-harvester

 

For other details, please refer to the official website: http://logio.org/

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324620696&siteId=291194637