Agent Client collector Flag

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 10:23 AM - edited 07-15-2024 10:24 AM
Hi,
I am trying to create major and minor check parameters for windows os events disk check policy, anyone knows what flags should be specified? I tried searching for docs as well now learning course, but did not get any clue
I tried adding -j in command and check patameter, but when trying to test it getting error - Windows Checks CRITICAL: unknown shorthand flag: 'j' in -j
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 03:25 AM
Hi @Community Alums , flag is how the parameter is defined for the ruby scripts run by ACC agents. Can you share whole check definiton for os.windows.check-system-disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 03:39 AM
@Community Alums you cannot create new flag for an application winchecks.exe, as the application doen't have it inside.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 01:21 AM
@Doci1 -- I am also facing same issue. I need to ignore F: monitoring for one of the windows system.
I am using flag -i with value as ':F' , but its not working.
any Idea on it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2024 02:42 AM
@chaitanyaya and what says the ecc_queue input? Basically it can be a lot of things: quotas, escaped quotas, colon, etc... it is try and errror 😉