FalconStats
FalconStats copied to clipboard
FalconStats installation notes OS: Ubuntu 20.04 LTS x86_64 Kernel: 5.4.0-40-generic ``` git clone https://github.com/Heholord/FalconStats cd FalconStats/ ``` Cloned repo, cd'd to folder ``` sudo apt install nodejs npm sudo npm...
Line 50 of the README.md file, the link is written as "[scripts/config.json](config.json)" and that file don't exists, so I replaced to "[scripts/config.json](scripts/config.json)" to reflect to the actual file. Great work...
In the instructions it says: "ln -s falcon-motd /etc/update-motd/falconstats" However on Ubuntu Server 18.04 the directory is "/etc/update-motd.d/" Unless there's something I'm missing or doing wrong?
In the original script, columns would be misaligned because `df` is called several times on different mount points, so its spacing would be different when filesystem names differ in length....
I get the following error output when running "node init.js" as shown in the directions: ``` module.js:549 throw err; ^ Error: Cannot find module 'chalk' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load...
I'm not sure if I should create a pull request, so I thought I just create an issue and let you guys decide if you are interested. I converted the...
A config.json file is now in the root directory of the repository Reading it from Javascript isn't an issue and scripts can be easily reconfigured to use values from that...