Coder Social home page Coder Social logo

zabbix-zimbra-monitoring's People

Contributors

andreynasonov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

zabbix-zimbra-monitoring's Issues

Error importing template

Cannot find value map "Service state" used for item prototype "{#ZIMBRASERVICE} status" of discovery rule "Zimbra service discovery" on "MyTemplate App Zimbra".

Issue with whitespace and logic in .sh script

For anyone having problems with monitoring, the script is outputing " Running" with whitespace.

I have edited the zimbra_monitoring.sh
Original: state="$(/usr/bin/tail -n 1000 $zimbra_log_file | grep STATUS | grep $1 | tail -1 | cut -d ':' -f 11)"
Edit: state="$(/usr/bin/tail -n 1000 $zimbra_log_file | grep STATUS | grep $1 | tail -1 | awk 'NF{ print $NF }')"

There is also a problem with trigger. In the original script, the code goes as follows:

if [ "$state" != "Running" ]; then
          echo 1
        else
          echo 0

and the trigger states {Template App Zimbra:zimbra.status[{#ZIMBRASERVICE}].last(0)}=0

That means if state is running, echo 0, which triggers the notfication for service not running.
To resolve this, you have to replace "$state" != "Running" with "$state" == "Running"

zimbra@mail:/root$ zmcontrol -v
Release 8.7.0.GA.1659.UBUNTU16.64 UBUNTU16_64 FOSS edition.

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.