It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: JanAmosComenius
a reply to: JanAmosComenius
BTW it is not as simple, as one can imagine. I have to collect statistics on 5.000 devices with anything in between 2 - 280 network interfaces. More than 100.000 files are updated every minute, so only possibility is running it against RAMdisk
originally posted by: Cygnis
originally posted by: JanAmosComenius
a reply to: JanAmosComenius
BTW it is not as simple, as one can imagine. I have to collect statistics on 5.000 devices with anything in between 2 - 280 network interfaces. More than 100.000 files are updated every minute, so only possibility is running it against RAMdisk
That must have been quite fun to setup, and yea, I can see why you went with a RAMdisk setup for that. Which RAMdisk program do you use, if you don't mind me asking?
Looking at Cacti, I'm still trying to learn how to code, so this is a bit... intimidating.
originally posted by: grey580
SNMP is a good way to do this.
And you can run something like mrtg on a linux box to get graphs and stats. If you want to do this simply.
If you want something windows based. Manage Engine has a Windows Health Monitor program that's free and will do up to 20 computers or servers.
I use it here at work to monitor servers.
www.manageengine.com...
originally posted by: trollz
You can actually create a PowerShell script that monitors those things and sends you an alert if they go above certain thresholds. I created something similar that did exactly that.
For example, one of the scripts I created did this: (The text got a little screwy in some places from copying to ATS. The brackets are supposed to be curly brackets, for example.)