User contributions
Jump to navigation
Jump to search
- 14:37, 3 August 2023 diff hist +105 F5 sdk
- 19:05, 1 August 2023 diff hist +52 N Github Actions Runner Controller Created page with "https://github.com/actions/actions-runner-controller" current
- 00:56, 1 August 2023 diff hist +100 Zabbix Cleanup From Hanging Triggers Items current
- 00:25, 1 August 2023 diff hist +66 Zabbix Cleanup From Hanging Triggers Items
- 00:23, 1 August 2023 diff hist +1,528 Zabbix Cleanup From Hanging Triggers Items
- 21:08, 31 July 2023 diff hist +220 N Zabbix Cleanup From Hanging Triggers Items Created page with "``` delete from items where (name not like '%DEVNAME%' and key_ like 'perf_counter_en%PhysicalDisk%') or (name not like '%DEVNAME%' and key_ like 'net.if.%vmxnet3 Ethernet Ada..."
- 21:10, 28 July 2023 diff hist +168 F5 cleanup current
- 19:39, 26 July 2023 diff hist +113 Zabbix agent powershell scripts current
- 15:31, 26 July 2023 diff hist +15 Zabbix agent powershell scripts
- 15:30, 26 July 2023 diff hist +545 N Zabbix agent powershell scripts Created page with "``` ``` $file = "C:\app\zabbix\zabbix_agent2.win.conf" $content = Get-Content $file -Encoding UTF8 -Raw $startString = "UserParameter=zbx.getIpaddr" $newString = "UserParamete..."
- 14:04, 26 July 2023 diff hist +62 Get-ComputerInfo current
- 14:04, 26 July 2023 diff hist +89 N Get-ComputerInfo Created page with "Get-ComputerInfo OsName,OsVersion,OsBuildNumber,OsHardwareAbstractionLayer,WindowsVersion"
- 20:00, 25 July 2023 diff hist +39 Get-AD current
- 17:53, 25 July 2023 diff hist +37 Zabbix templates modifications current
- 15:20, 25 July 2023 diff hist +135 N Zabbix templates modifications Created page with "Windows/Linux by Zabbix agent active ``` {$MEMORY.UTIL.MAX} 90->95 {$VFS.FS.PUSED.MAX.CRIT} 90->95 {$VFS.FS.PUSED.MAX.WARN} 80->90 ```"
- 02:07, 25 July 2023 diff hist +727 Zabbix sql queries current
- 23:45, 24 July 2023 diff hist +281 Zabbix sql queries
- 18:10, 24 July 2023 diff hist +234 Zabbix template upgrade current
- 17:30, 24 July 2023 diff hist +1,073 N Zabbix template upgrade Created page with "https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/444292-unable-to-update-existing-templates-zabbix-6-0-4 ``` Hi! Same problem here (upgrade from 5.4 to 6.0)...."
- 00:57, 20 July 2023 diff hist +49 Wordpress free themes current
- 21:58, 19 July 2023 diff hist +101 F5 sdk
- 16:05, 19 July 2023 diff hist +31 F5 cleanup
- 16:04, 19 July 2023 diff hist +376 F5 cleanup
- 15:25, 19 July 2023 diff hist +30 Winget
- 00:28, 19 July 2023 diff hist +147 Tshark
- 21:46, 18 July 2023 diff hist +86 N Sumo query Created page with "https://help.sumologic.com/docs/search/search-query-language/search-operators/matches/" current
- 19:20, 18 July 2023 diff hist +277 N K8s troubleshooting Created page with "``` https://zigmax.net/aks-ssh-to-an-aks-node-with-kubectl/ kubectl get node kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/aks/fundamenta..."
- 01:15, 18 July 2023 diff hist +101 F5 sdk
- 01:03, 18 July 2023 diff hist +90 F5 sdk
- 00:33, 18 July 2023 diff hist +116 N F5 sdk Created page with "https://community.f5.com/t5/technical-forum/python-f5-sdk-401-unexpected-error-f5-authorization-required/td-p/167675"
- 23:57, 17 July 2023 diff hist +55 F5 cleanup
- 21:20, 17 July 2023 diff hist +159 N F5 cleanup Created page with "https://github.com/johnalam/F5_BigIP_Orphaned_objects/blob/main/orph-monitors.sh https://github.com/johnalam/F5_BigIP_Orphaned_objects/blob/main/orph-pools.sh"
- 17:57, 17 July 2023 diff hist +277 Vault curl current
- 17:56, 17 July 2023 diff hist +108 Vault curl
- 14:03, 17 July 2023 diff hist +138 Wordpress free themes
- 03:58, 17 July 2023 diff hist +377 Wordpress free themes
- 03:57, 17 July 2023 diff hist +44 Wordpress free themes
- 03:56, 17 July 2023 diff hist +88 Wordpress free themes
- 20:48, 16 July 2023 diff hist +57 Wordpress themes current
- 20:32, 16 July 2023 diff hist +9 Color hex current
- 20:31, 16 July 2023 diff hist +40 Color hex
- 20:04, 16 July 2023 diff hist +40 Color hex
- 20:01, 16 July 2023 diff hist +40 Color hex
- 20:01, 16 July 2023 diff hist +38 N Color hex Created page with "https://www.color-hex.com/color/6682fb"
- 18:32, 16 July 2023 diff hist +60 N Wordpress themes Created page with "https://www.luzuk.com/themes/free-ecommerce-wordpress-theme/"
- 16:43, 16 July 2023 diff hist +42 K8s cleanup current
- 16:39, 16 July 2023 diff hist +491 K8s cleanup
- 16:04, 16 July 2023 diff hist +315 K8s cleanup
- 15:41, 16 July 2023 diff hist +172 K8s cleanup
- 15:30, 16 July 2023 diff hist +111 N K8s cleanup Created page with "``` kubectl get pv | grep Released | awk '$1 {print$1}' | while read vol; do kubectl delete pv/${vol}; done ```"