SpookOz

Results 16 comments of SpookOz

Just my own 2c. I use ScriptTask and it works amazingly. In fact, I highly recommend checking out all Ryan's scripts as they are all pretty cool, but ScriptTask -...

> I have constant problems with ScriptTask. Not mentioning the sloppy user interface, it managed to stop working completely one time, until i did a clean re-install of MeshCentral. It...

Note, I was able to get around this issue by copying a current row: ``` INSERT INTO board_members (board_id,user_id,roles,scheme_admin,scheme_editor,scheme_commenter,scheme_viewer) SELECT board_id,"abc",roles,scheme_admin,scheme_editor,scheme_commenter,scheme_viewer FROM board_members WHERE ( board_id = 'xyz' AND user_id...

Yeah - either I haven't fully understood how this is supposed to work, or I'm missing something. It seems to me (webdav) that the config.yaml file gets overwritten by whichever...

> ntainers that do not work or cannot be imported into CasaOS, your "Legacy app (To be rebuilt)" message cannot be hidden or disabled. Please re-enable the visibility feature. I...

HA- I came across this exact problem and actually asked about it in Reddit: https://www.reddit.com/r/zabbix/comments/i12r70/unsupported_item_key_for_item_in_active_agent/ The thing is, the "EnableRemoteCommands" parameter is deprecated in v5.2 agents. You need to use...

BTW - I just uploaded the V5 template. If you have zabbix v5 or above clients, try that,

Hi Roberto. Thanks so much for this. It's very interesting and useful! I have a couple of questions you might be able to clarify: 1. Are you using Zabbix agents,...

> $token="Hostname" > $extractedValue = Get-Content $Senderarg3 > $result = (($extractedValue -split [System.Environment]::NewLine) | where {$_ -Like "$token*"}).Substring("$token=".Length); > > if $hostname = empty or nonexistent > $hostname = $env:computername...