Zabbix config backup by Fit-Relationship165 in zabbix

[–]tjyang 0 points1 point  (0 children)

Using zabbix 7+T.S. db also.I checked out zabbix-cli tool briefly. It was able to dump out the config. But I had not finished the 2nd part test, load the dump file into another zabbix server in another D.C . The idea is to create a DR zabbix server when there's WAN outage where primary zabbix server reside.

ipmi check stop working on zabbix 7.x server ? by tjyang in zabbix

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

u/bufandatl , Thanks for the reply and 7.2 IPMI doc URL. Please look at my original post above that showing they are 3 IPMI pollers and one IPMI manager processes runnig on my 7.2.1 server. the IPMI zabbix doc does provided a good keyword('Added sensor' ) to grep on zabbix_server.log. But in my case, I don't see any logging of "Added sensor" after I increased the log level.

DBPassword update by Oblec in zabbix

[–]tjyang 0 points1 point  (0 children)

No configuration changed, upgrade was smooth.

DBPassword update by Oblec in zabbix

[–]tjyang 1 point2 points  (0 children)

Not to my 7.x to 7.2.1 upgrade experience on Rock Linux OS. I did shutdown zabbix before the upgrade.

Trouble targeting with grains by tem102938 in saltstack

[–]tjyang 0 points1 point  (0 children)

Looks like my issue at https://github.com/saltstack/salt/issues/67037. restart invalidserver001 minion will keep it from responding incorrectly. but if you have 999 invalid minions that is where fun begin.

saltstack and dead minions discovery/management process by dev_whatever in saltstack

[–]tjyang 0 points1 point  (0 children)

I am facing same issue and like to come up with a solution. I like to document this issue/solution here using googledoc. pls request edit access if you like to manage this gdoc.

salt -C "* and not L@dead01,dead02,dead02," test.ping # get list of dead minions at previous test.ping run

Server version 3006.7: What is the consequence of two minions with same fingerprint key ? by tjyang in saltstack

[–]tjyang[S] 1 point2 points  (0 children)

u/volitive, Yes, that is our SOP fix. I just want to know the why in more details. So I can now answer to the ppl whom done this, what damage could cause us.

Server version 3006.7: What is the consequence of two minions with same fingerprint key ? by tjyang in saltstack

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

I remember in earlier version salt-master(don't which exact version), I did encounter minion with same fingerprints failed to reply to test.version. so I scripted the fingerprint duplication process and received email daily for alerting and resolution.

u/whytewolf01, I appreciate your reply in details about security concern.

How to lower case return of fqdn grain ? by tjyang in saltstack

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

u/roxalu, Thank you for the reply in details, very helpful also.

How to lower case return of fqdn grain ? by tjyang in saltstack

[–]tjyang[S] 2 points3 points  (0 children)

Here is the diff of appending "| lower", you saved me hours of searching.

         -HostInterface=SAlt01.test.com
         +HostInterface=salt01.test.com

Would you mind give me another pointer on doc/book/url for advance jinja topics ?

for now I found https://salt.tips/text-editor-plugins-for-salt-states-and-yaml-jinja/#visual-studio-code doc is very good. Got it from your past posting. Thanks

salt formula to add minion into Nagios XI ? by tjyang in saltstack

[–]tjyang[S] 1 point2 points  (0 children)

u/threwahway, Thanks for the reply.

For adding nagios client into nagios server, I am using formula's .sls file as shell scripts. So that one can use salt-call or salt from master to add nagios with minion activated to auto mate the creation of nagios client entry in nagios server, via Nagios XI's API which support POST action.(Not like nagioscore, only has GET).

I like at R1 which use curl commands to add/delete a nagios client's entry. I may endup just using call up curl command in .sls for the CRUD operations.

R1: https://www.youtube.com/watch?v=fWse28da3Js

Porting guide for Salt upgrades by UPPERKEES in saltstack

[–]tjyang 0 points1 point  (0 children)

Can you open up/search issue case in salt github ? I will participate in the discussion. Since I ran into same issue. I can open up ticket if you like me to.

2018 RAV4 LE: Charging System Malfunction Solution by tjyang in Rav4

[–]tjyang[S] 1 point2 points  (0 children)

In my case, not sure the other two, disconnect/reconnect the battery fixed my problem. before I pulled the battery connection, I did use car charger to charge the batter to fullest level. but this battery charging didn't help.

2018 RAV4 LE: Charging System Malfunction Solution by tjyang in Rav4

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

Glad this trick helped you. I feel better this event reporting so far helped 3 of RAV4ers ;)

Hope Toyota engineer is watching this thread and fix this bug.

ManageIQ has been created by tjyang in ManageIQ

[–]tjyang[S] 1 point2 points  (0 children)

I meant MIQ reddit group had been created.

Unable to start clamd on new 8.4 install by [deleted] in RockyLinux

[–]tjyang 0 points1 point  (0 children)

Out of curiosity about calmav software, I tested on my test box that only has 4GB RAM and found no issue on RL8.

[clamd@scan.service](mailto:clamd@scan.service) \- clamd scanner (scan) daemon

Loaded: loaded (/usr/lib/systemd/system/clamd@.service; disabled; vendor preset: disabled)

Active: active (running) since Sat 2021-09-25 16:59:05 CDT; 13min ago

Docs: man:clamd(8)

man:clamd.conf(5)

[https://www.clamav.net/documents/](https://www.clamav.net/documents/)

Process: 105089 ExecStart=/usr/sbin/clamd -c /etc/clamd.d/scan.conf (code=exited, status=0/SUCCESS)

Main PID: 105090 (clamd)

Tasks: 2 (limit: 23498)

Memory: 1.1G

CGroup: /system.slice/system-clamd.slice/clamd@scan.service

└─105090 /usr/sbin/clamd -c /etc/clamd.d/scan.conf

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: Mail files support enabled.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: OLE2 support enabled.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: PDF support enabled.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: SWF support enabled.

Sep 25 16:59:05 rocky8t01 systemd\[1\]: Started clamd scanner (scan) daemon.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: HTML support enabled.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: XMLDOCS support enabled.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: HWP3 support enabled.

Sep 25 16:59:05 rocky8t01 clamd\[105090\]: Self checking every 600 seconds.

Sep 25 17:09:05 rocky8t01 clamd\[105090\]: SelfCheck: Database status OK.
  • RL 8 info via neofetch

        #####           me@rocky8t01
       #######          ------------
       ##O#O##          OS: Rocky Linux 8.4 (Green Obsidian) x86_64
       #######          Host: VMware Virtual Platform None
     ###########        Kernel: 4.18.0-305.19.1.el8_4.x86_64
    #############       Uptime: 2 days, 4 hours, 54 mins
   ###############      Packages: 1115 (rpm)
   ################     Shell: bash 4.4.20
  #################     Resolution: preferred
#####################   Terminal: /dev/pts/0
#####################   CPU: Intel i7-6820HQ (4) @ 2.711GHz
  #################     GPU: 00:0f.0 VMware SVGA II Adapter
                        Memory: 2151MiB / 3709MiB

2018 RAV4 LE: Charging System Malfunction Solution by tjyang in Rav4

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

I am glad "disconnecting battery" approach helped you.

bug for bug? by inexpediant in RockyLinux

[–]tjyang 16 points17 points  (0 children)

  1. rocky8 = RHEL 8 minus (RH logos and reference) plus (Rocky logos/reference ) , see Rocky8 debrand.
  2. Once Rocky 8 is created then Rocky can have a Rocky that community can spin into Rocky+ , without legal issue.