diff --git a/README.md b/README.md index d6ff7c2..9b80863 100644 --- a/README.md +++ b/README.md @@ -5,30 +5,30 @@ Open source system monitoring solution with support for plugins. This software is free to use and is licensed under the [Apache 2.0 License](LICENSE). - Example dashboards are provided in the [doc/dashboards/](doc/dashboards/) folder, which can be imported into your Grafana installation. -- Screenshots are available in the [downloads](https://bitbucket.org/mnellemann/sysmon/downloads/) section. +- Screenshots of some of the default dashboards are available in [doc/screenshots](doc/screenshots/) section. ![Sysmon Icon](doc/sysmon.png) Some of my other related projects are: -- [hmci](https://bitbucket.org/mnellemann/hmci) for agent-less monitoring of IBM Power servers -- [svci](https://bitbucket.org/mnellemann/svci) for monitoring IBM Spectrum Virtualize (Flashsystems / Storwize / SVC) -- [syslogd](https://bitbucket.org/mnellemann/syslogd) for redirecting syslog and GELF to other logging destinations +- [hmci](https://git.data.coop/nellemann/hmci) for agent-less monitoring of IBM Power servers +- [svci](https://git.data.coop/nellemann/svci) for monitoring IBM Spectrum Virtualize (Flashsystems / Storwize / SVC) +- [syslogd](https://git.data.coop/nellemann/syslogd) for redirecting syslog and GELF to other logging destinations ## Components -This software consist of a server and client component. - ### Server The server component receives aggregated metrics from *clients* and saves these into InfluxDB. +- Downloaded from [packages](https://git.data.coop/nellemann/-/packages/generic/sysmon/). - More information and documentation on the [sysmon-server](server/README.md). ### Client & Plugins The client runs on all or some of your hosts and collects metrics, which are then sent to the central sysmon-server component. Plugins are loaded by the client at startup and should also be installed. +- Downloaded from [packages](https://git.data.coop/nellemann/-/packages/generic/sysmon/). - More information and documentation on the [sysmon-client](client/README.md). . More information and documentation on the [sysmon-plugins](plugins/README.md).