Code Monkey home page Code Monkey logo

Comments (5)

selivan avatar selivan commented on July 19, 2024

zabbix_sender should be installed as part of zabbix-agent package. Did you use distribution's package or built it yourself? May be you have it installed not in /usr/bin, try to check it with which zabbix-sender and write proper path to conf.py.

from bacula_zabbix_integration.

mivaho avatar mivaho commented on July 19, 2024

I used a distri package but maybe I'll just build it for those bacula servers or look for packages that do have it.
thnx

from bacula_zabbix_integration.

selivan avatar selivan commented on July 19, 2024

Does it work for you? Need any help?

from bacula_zabbix_integration.

mivaho avatar mivaho commented on July 19, 2024

Nope, I did find zabbix_sender in a separate RPM so I was able to install it. Thing is that an error did not arrive in Zabbix. I tried by stopping FD service of local bacula client and doing a local backup. So next week I'll give it another try.

do you have any pointers for log files to watch things being send between zabbix agent and zabbix server?

from bacula_zabbix_integration.

selivan avatar selivan commented on July 19, 2024

In notify.py:

#log=open('/dev/stdout', 'a')
log=open('/var/log/bacula/notify_log', 'a')

Debug log in /var/log/bacula/notify_log is enabled by default, I forgot to turn it off while committing code. Directory /var/log/bacula should exist and be writable by bacula user. What distro are you using? May be, I should test my solution with it.

from bacula_zabbix_integration.

Related Issues (8)

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.