Skip to content

sharad1126/process_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process_exporter

Process Exporter for Prometheus server. Used for monit-graphana.

DOI

Used main exporter from:

https://github.com/ncabatoff/process-exporter

Contribution:

Added a configuration file for finding process names based on users!

So, the python processes will appear as

"<username>:python: <script>":

{groupname="sagarwal:python: test.py",state="Running"}

And any other process as

<username>:<processBaseName> e.g:

groupname="sagarwal:process-exporter"

Command to execute:

sudo nohup ./process-exporter -web.listen-address ":<port number>" -config.path config.yml 2>&1 1>& /dev/null < /dev/null &

About

process exporter for prometheus server

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published