Auditing access to removable storage devices

The use of removable storage devices is usually not allowed in organizations, you should not at least be able to connect a USB flash drive or removable hard drives. But it is true that in exceptions, They are needed, and for this purpose a GPO is usually defined with a whitelist of allowed USB devices and applied to the users/computers that need them. But ,How do you use them??

A Podcast for IT – Talking about storage

At the gates of summer, what better than to have a relaxed chat with my colleague Federico Cinalli, This time it's time to talk about storage in general, We will take a look at the solutions we have today from the retro era. We will talk of course about disks and software, of its evolution and the options that we can find; all aimed at any market, From small environments to critical environments, where in addition to good performance high availability is necessary.

Monitoring a Linux computer with Centreon, example with a Raspberry Pi + Temperature of your CPU

I'm going to put this post because of all the requests I've been receiving on how to monitor a Linux server. As obviously depends on the distribution, today we have an example with a Debian and more specifically we will see it on a Raspberry Pi that carries Raspbian. We'll monitor basic metrics like CPU, RAM, Swap Memory, Disks, Network Traffic, Uptime… And in the end we will see something very interesting!

Nagios – Measuring Disk Load in Windows

If we are interested in controlling the load on the disks of our Windows servers, we will be able to monitor it simply thanks to a simple PowerShell that we will run through NRPE. We will obtain read and write latencies, Number of reads and writes per second, as well as the read and write ratio in MB/s and also the read queue time & writing!

Nagios – Monitorizando Windows

In this document we will start with something easy, we are going to monitor our first Windows computer, whether it is a Desktop or a Server. We will monitor the basics through SNMP, be CPU usage, RAM, Disk, Net, Swap Memory and Ping. With this we will have a first base to then add more elements that we need to monitor!!!

Extending a shared virtual disk into multiple VMs

I leave you this post because a client has asked me to do it on several occasions and so I leave it for you 😉 too If we need to expand a virtual hard drive (Vhd) that is shared across multiple virtual machines, typically for cluster use, we will remember that we have the SCSI controller in Bus Sharing and that the disk is created in Eager Zeroed! We will follow these steps to expand this album.