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.
crontab
Line parsed values from system and user cron/tab.
Column | Type | Description |
---|---|---|
command | text | Raw command string |
day_of_month | text | The day of the month for the job |
day_of_week | text | The day of the week for the job |
event | text | The job @event name (rare) |
hour | text | The hour of the day for the job |
minute | text | The exact minute for the job |
month | text | The month of the year for the job |
path | text | File parsed |
pid_with_namespace | integer | Pids that contain a namespace Only available on Windows |
List commands scheduled for execution as cron jobs
SELECT * FROM crontab;