Users defined do not match requirement-checkpoint-gaia-embedded

Users defined do not match requirement-checkpoint-gaia-embedded

Vendor: checkpoint

OS: gaia-embedded

Description:
Indeni can verify that only certain users are configured on a specific device and that others shouldn’t be.

Remediation Steps:
Update the configuration of the device to match the requirement.

cpembedded-clish_show_users

name: cpembedded-clish_show_users
description: run "show users" over clish
type: monitoring
monitoring_interval: 10 minutes
requires:
    vendor: checkpoint
    os.name: gaia-embedded
    this_tag_disables_this_script: this_is_intentional
comments:
    users:
      why: |
        To check the users configured over the embedded environment
      how: |
        By using the Checkpoint Clish command "show users"
      can-with-snmp: false
      can-with-syslog: false
steps:
-   run:
        type: SSH
        command: ${nice-path} -n 15 cat /etc/passwd
    parse:
        type: AWK
        file: show-users-embedded.parser.1.awk

crossvendor_compliance_check_users_defined

Failed to fetch the data: https://bitbucket.org/indeni/indeni-knowledge/src/master/rules/templatebased/crossvendor/compliance/crossvendor_compliance_check_users_defined.scala