Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional parameters for perfout manubulon scripts #5129

Closed
moix opened this issue Apr 4, 2017 · 1 comment
Closed

Additional parameters for perfout manubulon scripts #5129

moix opened this issue Apr 4, 2017 · 1 comment
Assignees
Labels
area/itl Template Library CheckCommands enhancement New feature or request
Milestone

Comments

@moix
Copy link

moix commented Apr 4, 2017

Hi,
while using manubulon checks I realised some options that will be useful to have available:

  • Add checks memory & cpu usage for check_snmp_process.pl CheckCommand definition:
                  	"-m" = {
                              	set_if = "$snmp_process_mem_usage$"
      			value = "$snmp_process_mem_thres$"
                      	}
                      	"-u" = {
                              	set_if = "$snmp_process_cpu_usage$"
                      	value = "$snmp_process_cpu_thres$"
...
         vars.snmp_process_mem_usage = false
         vars.snmp_process_mem_thres = "0,0"
         vars.snmp_process_cpu_usage = false
         vars.snmp_process_cpu_thres = "0,0"

Thanks!

@dnsmichi dnsmichi added enhancement New feature or request area/itl Template Library CheckCommands labels Apr 11, 2017
@dnsmichi dnsmichi added this to the 2.7.0 milestone Apr 20, 2017
@dnsmichi dnsmichi self-assigned this Apr 20, 2017
@dnsmichi
Copy link
Contributor

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/itl Template Library CheckCommands enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants