@dave247 said in Quickest way to set up Zabbix to monitor managed switch metrics??:
Nevermind.. looks like I got it working.. took a while but I have switch info coming into Zabbix now. Now to add everything else.
Good job!
@dave247 said in Quickest way to set up Zabbix to monitor managed switch metrics??:
Nevermind.. looks like I got it working.. took a while but I have switch info coming into Zabbix now. Now to add everything else.
Good job!
@dbeato said in What Are You Doing Right Now:
I just found the fix for Untangle V14... VLANs were not being tagged properly...
https://wiki.untangle.com/index.php/Patch_-_Bridge_VLANs_not_properly_initializing
For anyone having the issue this is the command I ran.
curl -k http://download.untangle.com/patches/14.0.0/bridged_vlan_patch.sh | dash
You can look at Starwind VTL
https://www.starwindsoftware.com/starwind-virtual-tape-library
You can also use the B2 Command line on WIndows
https://www.backblaze.com/b2/docs/quick_command_line.html
Cloudberry too
https://www.cloudberrylab.com/backup/windows-server.aspx
Just got my DVR with HTML5 working with Unifi Video
https://community.ubnt.com/t5/UniFi-Video/Working-HTML5-WebSocket-live-streaming-from-NVR/m-p/2482410#M109676
@dafyre said in Installing MailSpring on Fedora 27, Modern Email Desktop Client:
Does this support calendars and such?
No, but is a feature request
https://github.com/Foundry376/Mailspring/issues/199
@scottalanmiller said in What Are You Doing Right Now:
hahaha, oh LinkedIn, you so funny...
We want a Dallas area COO, with automotive and financial experience, 15 years, an MBA... pay up to $250K.
What? LMAO Good luck with that.
Job Description vs Real Job... hit a wall.
@black3dynamite said in Reboot a Yealink phone from the command line of a FreePBX system:
When is it necessary to reboot a phone from a FreePBX system?
When the user doesnβt want to or know how to do it, or even when you sre trying to see if the phone is registering properly on the server. Those are my cases or when you do a feature added or some changes to the configuration of the phone.
@scottalanmiller said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
Migrating S3 to Wasabi
How are you liking it?
I have been using it for a while but not heavily as S3 before. The speeds are very fast and I can use AWS Cli for both. So now since I have used for over a month the pricing and no download costs outweighs S3 by a lot.
@thwr said in Serverracks:
I'm going to replace a few aging telco (2-post) and server racks, they are 20+ years old. I've used a lot of different brands in the past and would like to see some opinions.
There are 5 racks total at the moment, filled with patchpanels, switches, servers, routers, storage and UPS'es. The whole system will be severely reduced to the required components, reducing complexity as well as power and heat requirements at the same time. Old machines currently running the infrastructure will be reused as scientific computing nodes while a new HCI cluster will do the heavy lifting.
The goal should be to have 2, maybe 3 racks max:
- Rack 1: Servers, Storage, KVM, UPS, 39U filled
- Rack 2: Connectivity, 40U worth of switches, routers, patch panels and a UPS
- Rack 3: Spare + existing NASes
I thought about 47/48U racks, which easily fits into the room.
Now, what I am looking for is:
- A system where I could get another rack later on
- Something solid. Not cheap in the sense of "buy cheap, buy twice"
- Should be able to carry the weight of the first rack, which contains a lot of spindles
- Some integrated cable management. Must be able to run wires between racks. Mostly fiber. Shouldn't hang "out of the front".
- Wheels not required
- Doors not required
- Black. Period.
I usually buy racks from Rack Solutions, they are usually great price and very customizable.
Good morning all, good to be back in NJ Shout to @JaredBusch and @Dashrender oh and yes @scottalanmiller @pchiodo it was an awesome time in Austin!
@vhinzsanchez said in Zimbra help..multi-domain each with own external relay:
@dbeato, thanks...I'm relieved that someone still has working with me on this.
I am building a server now with multiple domains to follow up on this.
Updating my Github scripts, I haven't used it since 2014!!!
ZImbra 8.8.6 Hotfix Download Link
1- Login to your CentOS 7 Server.
2- Download the hotfix
wget https://files.zimbra.com/downloads/8.8.6_GA_HF/zcs-patch-8.8.6_GA_HF_108839.tgz
3- Extract the patch file
tar -xvf zcs-patch-8.8.6_GA_HF_108839.tgz
zcs-patch-8.8.6_GA_HF_108839/
zcs-patch-8.8.6_GA_HF_108839/patched_jars/
zcs-patch-8.8.6_GA_HF_108839/patched_jars/zm-store-8.8.6.1518111496.jar
zcs-patch-8.8.6_GA_HF_108839/README.txt
zcs-patch-8.8.6_GA_HF_108839/install_patch.sh
4- Access patch folder
cd zcs-patch-8.8.6_GA_HF_108839
5- Run the patch installer as admin
[user@zimbra-test zcs-patch-8.8.6_GA_HF_108839]$ sudo ./install_patch.sh
Backing up jars.
Installing Fix for Bug 108414 and 108839
Installation completed. Please restart the mailbox.
6- Restart the Zimbra Services
[user@zimbra-test zcs-patch-8.8.6_GA_HF_108839]# su zimbra
[zimbra@zimbra-test zcs-patch-8.8.6_GA_HF_108839]$ zmcontrol restart
Host zimbra.danielbeato.info
Stopping zmconfigd...Done.
Stopping zimlet webapp...Done.
Stopping zimbraAdmin webapp...Done.
Stopping zimbra webapp...Done.
Stopping service webapp...Done.
Stopping stats...Done.
Stopping mta...Done.
Stopping spell...Done.
Stopping snmp...Done.
Stopping cbpolicyd...Done.
Stopping archiving...Done.
Stopping opendkim...Done.
Stopping amavis...Done.
Stopping antivirus...Done.
Stopping antispam...Done.
Stopping proxy...Done.
Stopping memcached...Done.
Stopping mailbox...Done.
Stopping logger...Done.
Stopping dnscache...Done.
Stopping ldap...Done.
Host zimbra.danielbeato.info
Starting ldap...Done.
Starting zmconfigd...Done.
Starting dnscache...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting memcached...Done.
Starting proxy...Done.
Starting amavis...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting opendkim...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
Starting service webapp...Done.
Starting zimbra webapp...Done.
Starting zimbraAdmin webapp...Done.
Starting zimlet webapp...Done.
[zimbra@zimbra-test zcs-patch-8.8.6_GA_HF_108839]$
That's all.
But the default 5 years is recommended as you can see below:
https://docs.microsoft.com/en-us/windows-server/networking/core-network-guide/cncg/server-certs/install-the-certification-authority
Screenshot link below
AD CA Validity Best Practice
@ccwtech said in Prevent users on local workstations from changing the time:
@dbeato Yes, but they move the clock back 10 minutes, clock in, and then they move it back to the real time.
Maybe move the clock in and out machine to something external to your computers then. We have PayClocks.
@travisdh1 said in What Are You Doing Right Now:
Waiting for WinDirStat to finish a scan and getting ready to image a couple machines.
Already know that the Program Files directory is the culprit on the WinDirStat scan. The question is going to be, which database got messed up.
Wiztree my friend
choco install wiztree -y
If I can offer any input, please do not use DRBD, it can corrupt your data pretty easily.
@dustinb3403 said in Veeam Free Windows Server Backup Agent:
I'm trying to find an answer to this question that I'm not certain about which is, Does Veeam Free have a backup limitation? IE: 1TB and then the job stops?
I recall seeing this some time ago, but I believe they removed the limitation.
Looking for confirmation.
No limitation whatsoever, even on Linux it works just as is.
https://www.veeam.com/windows-backup-agent-faq.html
https://helpcenter.veeam.com/docs/agentforwindows/userguide/license_editions.html?ver=21