mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
10 lines
194 B
YAML
10 lines
194 B
YAML
|
name: carbon_black_info
|
||
|
examples: >-
|
||
|
See systems running Carbon Black but which have protection disabled.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM carbon_black_info WHERE protection_disabled='1';
|
||
|
|
||
|
```
|