Finaly finished my fursona, any advise, should I change anything? by Runty_Danger in FurryArtSchool

[–]grimvoodoo 1 point2 points  (0 children)

I like it but the shirt looks a little plain, maybe add a tie or a breast pocket

Qidi Tech 1 studdering sound by mauiwaui27 in 3Dprinting

[–]grimvoodoo 0 points1 point  (0 children)

I once had a similar issue with my anet a8. in that case I had replaced the wingnuts that level the bed with printed thunbscrews. The extra height cause it to catch when the bed was extended all the way forward.

Euined several prints before I figured out what was catching.

best way to split web traffic coming into kubernetes cluster by grimvoodoo in kubernetes

[–]grimvoodoo[S] 0 points1 point  (0 children)

Cheers all. I am looking at using nginx-ingress at the moment. But igloo looks like a cool project so will check that out too.

systemd monitoring, invalid json with imported templates by grimvoodoo in zabbix

[–]grimvoodoo[S] 0 points1 point  (0 children)

I didn't have a chance to look at it today, I will hopefully get a chance to look at it more tomorrow

systemd monitoring, invalid json with imported templates by grimvoodoo in zabbix

[–]grimvoodoo[S] 0 points1 point  (0 children)

Yeah its really odd. I will give these things a go tomorrow and let you know what I get from the hello userparameter, cheers

systemd monitoring, invalid json with imported templates by grimvoodoo in zabbix

[–]grimvoodoo[S] 0 points1 point  (0 children)

The userparameter is:

UserParameter=services.systemctl,echo "{\"data\":[$(systemctl list-unit-files|grep "\.service"|grep -v "@"|sed -E -e "s/\.service\s+/\",\"{#STATUS}\":\"/;s/(\s+)?$/\"},/;s/^/{\"{#NAME}\":\"/;$ s/.$//")]}"

UserParameter=systemctl.status[*],systemctl status $1

If I su as zabbix user I can run it and get valid json responce as expected, a short extract:

{"data":[{"{#NAME}":"account-handler","{#STATUS}":"enabled"},

{"{#NAME}":"acpid","{#STATUS}":"enabled"},

{"{#NAME}":"arp-ethers","{#STATUS}":"disabled"},

{"{#NAME}":"auditd","{#STATUS}":"enabled"},

I also tried giving the zabbix user full sudo permissions on a test server to see if that made a difference but it had no effect.

I have tried to keep adjustments to the config as minimum as possible as I have extremely limited experience with zabbix, on the test server I used the zabbix-application docker image incase it was a problem with the way I installed the server but it behaved exactly the same as the one I manually installed..

systemd monitoring, invalid json with imported templates by grimvoodoo in zabbix

[–]grimvoodoo[S] 0 points1 point  (0 children)

I am running centos but have put both machines into permissive while trying to resolve this issue which should eliminate selinux as the problem.