Skip to main content
Solved

Add Noperfdata extraoption

  • December 19, 2023
  • 6 replies
  • 133 views

Forum|alt.badge.img+6

Hello everyone,

I have a service that takes up a lot of space in the database. Centreon support advised me to filter the perfomance data with the extraoption: --filter-perfdata='noperfdata'. 
but when I enter it, I get an error:
Invalid command line: unrecognised option '--filter-perfdata=noperfdata'.
Can you help me with this option?

Best regards,

 

Best answer by vcoum

Ah okay sorry the previous syntax i gave you is for Perl Centreon Plugins

For NSClient checks, try to add this to the extraoptions

 'perf-config=ignored:true' 

 

 

6 replies

vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • December 19, 2023

Hello, 

Try instead the extraoption “--output-ignore-perfdata” 

Hope it helps

 


Forum|alt.badge.img+6
  • Author
  • Steward **
  • December 21, 2023

Hello, 

Try instead the extraoption “--output-ignore-perfdata” 

Hope it helps

 

thanks for your help, i tried it now i got this error :

 


vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • December 21, 2023

What plugin/script are you using for your service?


Forum|alt.badge.img+6
  • Author
  • Steward **
  • December 22, 2023

What plugin/script are you using for your service?

this one

 


vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • Answer
  • December 22, 2023

Ah okay sorry the previous syntax i gave you is for Perl Centreon Plugins

For NSClient checks, try to add this to the extraoptions

 'perf-config=ignored:true' 

 

 


Forum|alt.badge.img+6
  • Author
  • Steward **
  • December 22, 2023

Ah okay sorry the previous syntax i gave you is for Perl Centreon Plugins

For NSClient checks, try to add this to the extraoptions

 'perf-config=ignored:true' 

 

 

thank you very much, this worked fine, now i can go on vacation,

Merry Xmas