• Keshav Prasad's avatar
    feat: adding process exporter role (#1323) · eebec63f
    Keshav Prasad authored
    * fix: updating storage keys post refactoring
    
    * fix: adding process exporter role and jenkinsfile
    
    * fix: adding dry run
    
    * fix: adding missing variable
    
    * fix: updating incorrect variable
    
    * fix: updating incorrect variables
    
    * fix: variable names incorrect
    
    * fix: more variable typos
    
    * fix: more vars fix
    
    * fix: updating download url
    
    * fix: updating download url with v
    
    * fix: updating unarchive task
    
    * fix: updating ansible unarchive task
    
    * fix: updating ansible unarchive task for remote
    
    * fix: do not template config file
    
    * fix: updating role name
    
    * fix: missing underscore in variable
    
    * fix: incorrect variable name
    
    * fix: config file variable name
    
    * fix: updating stack and config names
    
    * fix: removed few vars and tasks
    
    * fix: few vars and tasks fixes
    
    * fix: rename config file
    
    * fix: variable name
    
    * fix: rename stack
    
    * fix: rename vars
    
    * fix: shorter scrape, recheck processes, updated group name
    
    * fix: removing recheck for ansible
    
    * fix: updating prom version
    
    * fix: updating handlers for systemd
    
    * fix: incorporate download in unarchive module
    
    * fix: removed redundant restarts
    
    * fix: adding compression of data
    Unverified
    eebec63f
main.yml 224 bytes
---
- name: enable process exporter all service
  systemd:
    enabled: yes
    name: process-exporter-all.service
- name: restart process exporter all
  systemd:
    name: process-exporter-all.service
    state: restarted