Skip to main content
Question

Adva FSP 3000 monitor optical signal

  • April 9, 2023
  • 5 replies
  • 97 views

Forum|alt.badge.img+6

Hello,
Im asking for ideas how to monitor a optical signal state from Adva FSP 3000.
Now im using check_snmp, but there is one issue.

When i set correct warning and critical tresholds i get lot of warnings about performance data.
(part of log from /var/log/centreon-broker/central-broker-master.log)
[perfdata] [error] invalid perfdata format in service:  equal sign not present or misplaced '@-0;-248: '

My tresholds: 

-w @-0:-40:
-c=-248:

As i found in documentation there is no possibility to remove perfdata, or remove those @ from it.

Any ideas? 

 

5 replies

Forum|alt.badge.img+6
  • Author
  • Steward **
  • April 20, 2023

Can someone help? :(


ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • April 20, 2023

can you remove the = from your critical

 

-c -248:

 

are you using this? 

 

https://nagios-plugins.org/doc/man/check_snmp.html


Forum|alt.badge.img+6
  • Author
  • Steward **
  • April 26, 2023

Hello,
It doesn't work. Perfdata looks same as before. Example of perfdata:

SNMPv2-SMI::enterprises.1234.1.11.2.6.2.111.1.2.123501314=-142;@-40::@-0;-248: 

Forum|alt.badge.img+6
  • Author
  • Steward **
  • July 20, 2023

Bump


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

Workaround: use remore_perfdata from nagios-plugins packages.