Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
         ______
        / ____ \
   ____/ /    \ \
  / ____/   x  \ \
 / /     __/   / / VORTEX_STATS
/ /  x__/  \  / /  Send Machine Stats to VORTEX service
\ \     \__/  \ \  Copyright (C) 2019, Tom Oleson, All Rights Reserved.
 \ \____   \   \ \ Made in the U.S.A.
  \____ \   x  / /
       \ \____/ /
        \______/

vortex_stats.sh

Runs stats.sh in a daemon service to send machine stats to vortex using rcat

To install, execute:

sudo make -f linux.mk

This will install vortex_stats to /etc/init.d, stats.sh and a copy of rcat into /opt/vortex

NOTE: The make file assumes that rcat is up one directory and has already been built using its own make file.

service vortex_stats start

or 
sudo /etc/init.d/vortex_stats start

NOTE: Configure the stats to send and the vortex instance to send to in the stats.sh script.