readme updates

This commit is contained in:
Bjango
2016-10-24 18:54:20 +11:00
parent 899c0836e8
commit 40e59e0b5a
2 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# istatserver
# iStat Server
istatserver is a system monitoring daemon that is used in conjunction with [iStat for iOS](https://bjango.com/ios/istat/) and [iStat for macOS](https://bjango.com/mac/istat/) to remotely monitor computers.
iStat Server is a system monitoring daemon that is used in conjunction with [iStat for iOS](https://bjango.com/ios/istat/) and [iStat for macOS](https://bjango.com/mac/istat/) to remotely monitor computers.
-----
@@ -17,14 +17,14 @@ istatserver is a system monitoring daemon that is used in conjunction with [iSta
- C and C++ compilers such as gcc and g++.
- Auto tools (autoconf and automake).
- OpenSSL/libssl + development libraries.
- Sqlite3 + development libraries.
- sqlite3 + development libraries.
- libxml2 + development libraries.
We have a package guide [available](https://bjango.com/help/istat3/linuxpackages/) to help you install all the required packages for your OS.
-----
### Building and starting istatserver
### Building and starting iStat Server
- [Download](https://download.bjango.com/istatserverlinux.tar.gz) and decompress source
- cd /path/to/istatserver
- ./autogen
@@ -38,10 +38,10 @@ A 5 digit passcode is generated by the install script. It can be found in the pr
-----
### Starting istatserver at boot
istatserver does not install any scripts to start itself at boot. Sample scripts for rc.d, upstart and systemd are included in the resources directory. You may need to customize them depending on your OS.
### Starting iStat Server at boot
iStat Server does not install any scripts to start itself at boot. Sample scripts for rc.d, upstart and systemd are included in the resources directory. You may need to customize them depending on your OS.
-----
istatserver is based on [istatd](https://github.com/tiwilliam/istatd) by William Tisäter
iStat Server is based on [istatd](https://github.com/tiwilliam/istatd) by William Tisäter