OK, so Craiyon (art AI) is stunning. A beautiful creation.
Here are some screenshots that show how amazing this thing is:
OK, so Craiyon (art AI) is stunning. A beautiful creation.
Here are some screenshots that show how amazing this thing is:
If your LogicMonitor collector container fails to start with:
/usr/local/logicmonitor/agent/bin/logicmonitor-agent: 32: Syntax error : ")" unexpected
...allocate it more memory (e.g. from 2G to 4G).
You're welcome. We, however, will not get the last 2 hours back.
You have an DL380 or similar. Your first disk has failed. Your second disk is in SMART ERROR.
What next?
While "Earth 2" is out for repairs, I bought a temporary replacement machine on Amazon next day delivery. It's smaller than Earth2, so it's called "Mars".
Choco is no longer the way to go, so let's try to get everything back in using winget....
winget install -e -h --accept-source-agreements Google.Chrome
winget install -e -h Microsoft.VisualStudio.2022.Professional
winget install -e -h Microsoft.SQLServer.2019.Express
winget install -e -h Valve.Steam
winget install -e -h Microsoft.VisualStudioCode
winget install -e -h Ditto.Ditto
winget install -e -h Git.Git
winget install -e -h Mozilla.Firefox
winget install -e -h Github.GithubDesktop
winget install -e -h 7zip.7zip
winget install -e -h VideoLAN.VLC
winget install -e -h Notepad++.Notepad++
winget install -e -h Foxit.FoxitReader
winget install -e -h Zoom.Zoom
winget install -e -h Inkscape.Inkscape
winget install -e -h Docker.DockerDesktop
winget install -e -h ShareX.ShareX
winget install -e -h Audacity.Audacity
winget install -e -h Postman.Postman
winget install -e -h Microsoft.PowerToys
winget install -e -h WhatsApp.WhatsApp
winget install -e -h BlenderFoundation.Blender
winget install -e -h Discord.Discord
winget install -e -h KeePassXCTeam.KeePassXC
winget install -e -h PostgreSQL.pgAdmin
winget install -e -h Microsoft.SQLServerManagementStudio
winget install -e -h JanDeDobbeleer.OhMyPosh
winget install -e -h Microsoft.MouseWithoutBorders
REM SysInternals: Process Explorer etc.
winget install -e -h 9P7KNL5RWT25
REM Windows Terminal
winget install -e -h 9N0DX20HK701
winget install -e -h Microsoft.Teams
winget install -e -h Elgato.StreamDeck
winget install -e -h NathanBeals.WinSSH-Pageant
winget install -e -h Toggl.TogglDesktop
winget install -e -h Mirantis.Lens
winget install -e -h Canonical.Multipass
REM FFMPEG
winget install -e -h 9NB2FLX7X7WG
winget install -e -h WinMerge.WinMerge
"defaults": {
"font": {
"face": "CaskaydiaCove Nerd Font"
}
},
...
First, carefully follow the instructions here:
wsl -d docker-desktop
sysctl -w vm.max_map_count=262144
exit
docker run --name rabbitmq -p 5672:5672 -p 15672:15672 -e RABBITMQ_DEFAULT_USER=<username> -e RABBITMQ_DEFAULT_PASS=<password> -d bitnami/rabbitmq:latest
docker run --name postgres -e POSTGRES_PASSWORD=<mysecretpassword> -e PGDATA=/var/lib/postgresql/data/pgdata -v "C:/users/david/Postgres Data:/var/lib/postgresql/data" -d postgres
Do you have seemingly dead LogicMonitor devices, with skull and crossbones, just because you have written your own DataSources, have applied "NoPing" to system.categories so the usual Host Status DataSource Group doesn't appear?
Simply add the following lines to your DataSource's Groovy collection script (not active discovery) and viola: they're undead.
import com.santaba.agent.live.LiveHostSet
LiveHostSet.getInstance().flag(hostProps.get("system.deviceId").toInteger())