Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
systemd_units
Track systemd units.
Column | Type | Description |
---|---|---|
active_state | text | The high-level unit activation state, i.e. generalization of SUB |
description | text | Unit description |
following | text | The name of another unit that this unit follows in state |
fragment_path | text | The unit file path this unit was read from, if there is any |
id | text | Unique unit identifier |
job_id | bigint | Next queued job id |
job_path | text | The object path for the job |
job_type | text | Job type |
load_state | text | Reflects whether the unit definition was properly loaded |
object_path | text | The object path for this unit |
source_path | text | Path to the (possibly generated) unit configuration file |
sub_state | text | The low-level unit activation state, values depend on unit type |
unit_file_state | text | Whether the unit file is enabled, e.g. enabled , masked , disabled , etc |
user | text | The configured user, if any |