Giter Site home page Giter Site logo

Comments (2)

nook24 avatar nook24 commented on May 20, 2024

Hi @Tweak90,
ab 3.5 nutzen wir komplett den Output des Plugins. Leider ist in der aktuellen Version das Feld für Performance-Daten sehr kurz in der Datenbnak. Eventuell werden die Performance-Daten also abgeschnitten und verursachen so das Problek. Dies kannst du wie folgt beheben:

ALTER TABLE `nagios_servicestatus` CHANGE `perfdata` `perfdata` VARCHAR(2048) CHARACTER SET utf8 COLLATE utf8_swedish_ci NULL DEFAULT NULL;

Der Patch wird mit der kommenden Version dann auch nachgeliefert.

Sollte das Problem danach immernoch bestehen, gibt das Plugin einen falschen Output bei den Performance-Daten aus.
Diese sollten wie folgt aussehen:
'label'=value[Unit];[Warning];[Critical];[Minimum];[Maximum].

Siehe auch: https://nagios-plugins.org/doc/guidelines.html#AEN200

from openitcockpit.

Tweak90 avatar Tweak90 commented on May 20, 2024

Hallo nook24,
vielen Dank. Dann warte ich einfach mal auf den nächsten Patch. So viel Druck ist da nicht hinter ;)

Gruß,
Stephan

from openitcockpit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.