-
Posts
122 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by tdk1069
-
Been a while since I used smoothwall (still miss some features) I was about to say "Should just be remote firewall syslog" but I googled it to see if you needed to specify the Port number and found this https://kb.smoothwall.com/hc/en-us/articles/4871293963164-Send-Smoothwall-Firewall-logs-to-Police-CyberAlarm Looks like no port required (514 is default) We use greylog to collect all our logs here
-
Sorry I am shamelessly stealing some of these widgets we already run zabbix in house for a while now so I have the data already. Plus we also have Sophos so the only words I can say are ZOINK and Thanks for sharing ! 👍
-
There's -WebPSScript if you are hosting your scripts somewhere internally which is what I did during dev (and just left it there)
-
I went down the Tdarr route to auto scan/compress as we had hours of Drama and PE videos in raw uncompressed formats sitting around - I hear FileFlows is now available as a Tdarr alternative but I haven't used it. Now we are cloud based I don't need to do such things.
-
ours expired a while ago, i only use the api to pull events into graylog for dashboards and the like. But for us we were able to just hit "regenerate" and restart api in the actual configuration utility itself
-
We went with OSDCloud delivered by iVentoy pxe in the end, lightweight and very customisable in it's powershell glory
-
Same here ! (Didn't know it was a thing, not that I've joined as IParry.)
-
For anyone looking at this and who also has linked their Net2 install to Net2Online you can use the same api calls against <yourdomain>.net2online.com to get events, doors open doors, etc etc etc. The authentication against their website is /almost/ the same with some soft AES encryption on the password field prior to delivering the post payload. I wrapped it up in a Invoke-Net2Login PowerShell function to return the token to use on future api calls. They even have their own ClientID in the api call from the logon page
-
Autosave issues - Open files from explorer no autosave
tdk1069 replied to mullet_man's topic in Office Software
Have a ticket raised today to say the same, so having the same Autosave issue going on here aswell. -
me me me I like APIs ! and it's on the never-ending to-do list
-
SchoolCloud /Roombooking have an outage in case this helps anyone
tdk1069 replied to robintech's topic in Cloud Services
Similar here. Getting tickets saying can't load/log in. Works fine for all of us testing it. Later one Tech gets no css loaded so the page looks super retro. Refresh and all ok. Very patchy -
[pics] Things that could have been improved before being approved...
tdk1069 replied to 6Foot2's topic in Jokes/Interweb Things
-
For me personally yes. You can see it in my 2nd screenshot (about 3 lines down) I'm wondering if you installing mariadb again forced it to start. Who knows but that would be why it didn't list anything on ps aux|grep -i sql.... it doesn't have sql in the name, now you can do ps aux|grep mariadb.. Now the fun bit begins !
-
woot! go you !
-
Ok I can't seem to work out how to do images I just followed that guide on a pi vm and had similar steps. It does look like it installs MariaDB along with Zabbix Server but doesn't start it. I had the same error (about socket) until I did systemctl start mariadb edit: oh sure now let me attach the image
-
Yep totally. I use MariaDB myself, just figured I'd suggest the original but seems Raspberry goes for MariaDB
-
Oh! heh... I was just installing Pi OS on a quick vm to take a look. but reading that forum makes sense.. ( I Use docker under linux so I have it setup different in containers ) so if that other forum is correct you'll need to install a SQL instance to run it on. Like that other post mentions there's a few types but all the main ones will work and lot of people will have different opinions, the basic MySQL can be installed with apt install mysql-server Which should guide you through setting up the first user etc which you can use in the following Zabbix steps
-
Try just systemctl start mysqld rather than zabbix-server-mysql
-
I've had no hands on with Pi's so take with salt.. try something like ps aux | grep -i sql (i'm assuming an sql not mariadb service) Hopefully you will see something like : sql 2570457 10.4 3.6 4988572 602036 ? Ssl Feb23 7198:35 mysqld --character-set-server=utf8mb4.................. to at least confirm it's running.
-
ridiculously obvious question, sql is running and the socket is available isn't it? (i've been there!)
-
[ms office - o365] Opeing Another Mailbox Problems
tdk1069 replied to soapyfish's topic in Office Software
Hi. Collogue here has found that when opening another mailbox the @ is replaced with the encoded %40 (ie https://outlook.office.com/mail/mailbox%40domain.com not https://outlook.office.com/mail/[email protected]) manually changing the %40 to @ opens the mailbox. Has been tested here on several users/mailboxes and computers. -
The Goolies Might already be here but couldn't see it
- 118 replies
-
- artist's name
- band name
-
(and 2 more)
Tagged with:
-
Smoothwall Guardian CA expiry warning
tdk1069 replied to mdrabble's topic in Internet Related/Filtering/Firewall
I got impatient waiting and ran this http://www.edugeek.net/forums/internet-related-filtering-firewall/223524-smoothwall-root-ca-renewal.html#post1915066 -
That's kind of how mine went, just started working and a few days later MS got in touch to ask how they did ... Glad its all working! Script all the things!
