Hi, I have some pretty basic alerts configured within NPM to report back some info on servers like, Low Disk Space, High Memory or CPU usage etc etc.
On a number of occasions I am seeing Low Disk Space alerts coming through which are actually high memory alerts. For example, just got an alert that said..
"Solarwinds has detected low disk space on servername"
Disk Space Used 97 %%
When you actually look at that server you can see it was actually memory usage that was at 97%. The triggered alert in the log says.
Disks Physical Memory is using 97% of 8GB. There 247MB space available.
So somewhere the system is getting things confused. All alerts are correctly configured - seems to be the same few servers that have incorrect alerts sent.
Any ideas?
Thanks