Jesper Grann Laursen

Results 31 comments of Jesper Grann Laursen

I would also like to use this application more. I am currently working on getting it deployed to our local kubernetes setup.

I have the same problem, however just that the latest-mac.yml is not found. `Error: Cannot find channel "latest-mac.yml" update info: HttpError: 404 Not Found "method: GET url: http://localhost:5000/latest-mac.yml?` Did you...

I will just add a comment, that setting the `Timeout 10` in the `zabbix_agentd.conf` also solved the issue from for me, where I get a ZBX_NOTSUPPORTED once a while. The...

Another note - this does not monitoring Tape jobs. I have to consider if that should be added as another template, or just included in the current.

@ZomboBrain Okay, You can drag & drop files into a issue, or create a pull request. But please share the file with me :) Are you using Veeam 8?

I have just written a solution for my installation in #991

For me it helped to set the `dbid = 0` inside jasmin.cfg [redis-client] host=jasmin-redis-master.jasmin.svc dbid = 0 password = VerySecret I got the same error if I only set the...

I have fixed the issue in my setup https://github.com/jookies/jasmin/blob/16c54261a6a1a82db64311ee2a235f6c966c14ab/jasmin/redis/client.py#L42 If I add the configured password to my Redis server here the connection is established correctly. `redis.RedisFactory.__init__(self, uuid, dbid, poolsize, isLazy,...

We are using Jasmin 0.10.9 and python 3.10. But I guess the version of `txredisapi~=1.4.7` is more important because that is the Redis client used here.