mirror of https://github.com/Icinga/icinga2.git
clusterdistributed-monitoringelasticgraphitegraylogicingainfluxdbmetricsmonitoringnotificationopentsdbperformancerest-apitls
7ca3a3c5e9
On a PC with >4GB of RAM, check_memory utility returns an incorrect amount of RAM: MEMORY OK - 100% free | memory=4096MB;;;0;4096 This patch uses GlobalMemoryStatusEx instead of GlobalMemoryStatus [https://msdn.microsoft.com/en-us/library/windows/desktop/aa366586%28v=vs.85%29.aspx] Following patch output of check_memory is as follows: MEMORY OK - 32.4873% free | memory=5312MB;;;0;16351 fixes #8559 Signed-off-by: Gunnar Beutner <gunnar@beutner.name> |
||
---|---|---|
agent | ||
cmake | ||
contrib | ||
doc | ||
etc | ||
icinga-app | ||
itl | ||
lib | ||
plugins | ||
test | ||
third-party | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.Exceptions | ||
ChangeLog | ||
INSTALL.md | ||
NEWS | ||
README.md | ||
changelog.py | ||
config.h.cmake | ||
icinga-version.h.cmake | ||
icinga2.spec | ||
mkdocs.yml |
README.md
Icinga 2
About
Icinga 2 is an open source monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations.
Check doc/1-about.md for a detailed introduction.
Installation
Read the INSTALL file for more information about how to install it.
Documentation
The documentation is located in the doc/ directory. The latest documentation is also available on https://docs.icinga.org
Support
Check the project website at https://www.icinga.org for status updates and https://support.icinga.org if you want to contact us.