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

manubulon requires exec permission on satellites & cpu/mem thres #5130

Closed
wants to merge 1 commit into from

Conversation

moix
Copy link

@moix moix commented Apr 4, 2017

manubulon requires exec permission on satellites & cpu/mem threshold for check_snmp_process

related to #5129 #5128

* snmp network interfaces
* Url reference: http://nagios.manubulon.com/snmp_int.html
*/

object CheckCommand "snmp-interface" {
import "snmp-manubulon-command"

command = [ ManubulonPluginDir + "/check_snmp_int.pl" ]
command = [ "perl", ManubulonPluginDir + "/check_snmp_int.pl" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As explained in #5128 we won't add such a workaround for syncing scripts via config sync.

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please rename thres to threshold and add the description field with additional details? Furthermore please update the documentation in doc/10-icinga-template-library.md.

@moix
Copy link
Author

moix commented Apr 5, 2017

Hi @dnsmichi , sure I changed as suggested:

  • renamed thres to threshold
  • added description
  • updated documentation in doc/10-icinga-template-library.md accordingly

Thanks

@dnsmichi dnsmichi closed this in 7f60566 Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants