Compare commits
No commits in common. "e0a6499daa1e58d9b78ece8b5fa6e866e901ab1b" and "5faeb36000ed1b08e53ad70adcb7d051ce8e073d" have entirely different histories.
e0a6499daa
...
5faeb36000
12
README.md
12
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 of some of the default dashboards are available in [doc/screenshots](doc/screenshots/) section.
|
||||
- Screenshots are available in the [downloads](https://bitbucket.org/mnellemann/sysmon/downloads/) section.
|
||||
|
||||
![Sysmon Icon](doc/sysmon.png)
|
||||
|
||||
Some of my other related projects are:
|
||||
|
||||
- [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
|
||||
- [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
|
||||
|
||||
## 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).
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 265 KiB |
Binary file not shown.
Before Width: | Height: | Size: 128 KiB |
|
@ -16,4 +16,4 @@ new File(rootDir, "plugins").listFiles().each {
|
|||
include ":plugins:${it.name}"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue