Update index.md to mention support for FreeBSD. (#2118)

This commit is contained in:
Yonas Yanfa 2016-05-27 17:01:54 -04:00 committed by Teddy Reed
parent a9ed73c68d
commit d08e55545a

View File

@ -1,13 +1,13 @@
osquery is an operating system instrumentation framework for OS X and Linux.
osquery is an operating system instrumentation framework for OS X, Linux, and FreeBSD.
The tools make low-level operating system analytics and monitoring both performant and intuitive.
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes.
## Getting Started
If you're interested in **installing osquery** check out the install guide for [OS X](installation/install-osx.md) and [Linux](installation/install-linux.md).
If you're interested in **installing osquery** check out the install guide for [OS X](installation/install-osx.md), [Linux](installation/install-linux.md), and [FreeBSD](installation/install-freebsd.md).
If you're interested in **deploying osquery** to provide your organization with deeper insight into your Linux and OS X hosts check out the [using osqueryd guide](introduction/using-osqueryd.md).
If you're interested in **deploying osquery** to provide your organization with deeper insight into your Linux, FreeBSD, and OS X hosts check out the [using osqueryd guide](introduction/using-osqueryd.md).
If you're interested in **performing ad-hoc queries**, check out [using osqueryi](introduction/using-osqueryi.md).
If you're interested in **extending one of the existing osquery tools** or improving core libraries, read the developer documentation pages. You should start with "[building the code](development/building.md)" and "[contributing code](development/contributing-code.md)".