Compare commits

...

2 commits

Author SHA1 Message Date
Mark Nellemann e0a6499daa Update links and provide screenshots
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-06 08:15:37 +01:00
Mark Nellemann f2d325425a Update links and provide screenshots. 2023-01-06 08:15:18 +01:00
4 changed files with 7 additions and 7 deletions

View file

@ -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). 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. - 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) ![Sysmon Icon](doc/sysmon.png)
Some of my other related projects are: Some of my other related projects are:
- [hmci](https://bitbucket.org/mnellemann/hmci) for agent-less monitoring of IBM Power servers - [hmci](https://git.data.coop/nellemann/hmci) for agent-less monitoring of IBM Power servers
- [svci](https://bitbucket.org/mnellemann/svci) for monitoring IBM Spectrum Virtualize (Flashsystems / Storwize / SVC) - [svci](https://git.data.coop/nellemann/svci) for monitoring IBM Spectrum Virtualize (Flashsystems / Storwize / SVC)
- [syslogd](https://bitbucket.org/mnellemann/syslogd) for redirecting syslog and GELF to other logging destinations - [syslogd](https://git.data.coop/nellemann/syslogd) for redirecting syslog and GELF to other logging destinations
## Components ## Components
This software consist of a server and client component.
### Server ### Server
The server component receives aggregated metrics from *clients* and saves these into InfluxDB. 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). - More information and documentation on the [sysmon-server](server/README.md).
### Client & Plugins ### 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. 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-client](client/README.md).
. More information and documentation on the [sysmon-plugins](plugins/README.md). . More information and documentation on the [sysmon-plugins](plugins/README.md).

BIN
doc/screenshots/sysmon1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

BIN
doc/screenshots/sysmon2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View file

@ -16,4 +16,4 @@ new File(rootDir, "plugins").listFiles().each {
include ":plugins:${it.name}" include ":plugins:${it.name}"
} }
} }