Skip to content

Ansible role for installing/configuring the LogRhythm System Monitor Agent for Linux

Notifications You must be signed in to change notification settings

singleplatform-eng/ansible-role-logrhythm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ansible-role-logrhythm

Ansible role for installing and configuring the LogRhythm System Monitor Agent for Linux

https://galaxy.ansible.com/singleplatform-eng/logrhythm/

Role Variables

  • logrhythm_host: host for Mediator 1 (this is required, unless you override the entire logrhythm_config)

  • logrhythm_client_address: client address for Mediator 1 (default: 0)

  • logrhythm_package: can be either a repository package or a path to a file (default: scsm)

      logrhythm_package: /tmp/scsm_7.1.2.8001_amd64.deb
    
  • logrhythm_config: scsm.ini configuration

    Default:

      logrhythm_config:
          General:
              LogLevel: 4
          'Mediator 1':
              Host: "{{logrhythm_host}}"
              ServerPort: 443
              ClientAddress: "{{logrhythm_client_address}}"
              ClientPort: 3333
    

Example Playbook

- hosts: all
  become: yes
  roles:
      - { role: ansible-role-logrhythm, logrhythm_host: 10.0.10.10 }

Author Information

SinglePlatform Engineering

License

BSD 3-Clause

About

Ansible role for installing/configuring the LogRhythm System Monitor Agent for Linux

Resources

Stars

Watchers

Forks

Packages

No packages published