Swap Usage reporting critical
Swap Usage reporting critical
Ok I installed Nagios XI for the first time from the OVF template into my VMWare envirnoment. It seems to be running fine, except the VM itself is reporting a swap critical issue. How do I fix this?
SWAP CRITICAL - 100% free (0 MB out of 0 MB)
SWAP CRITICAL - 100% free (0 MB out of 0 MB)
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Swap Usage reporting critical
Swap is dynamically added to and subtracted to depending on your systems needs, here is a good definition:
http://www.linfo.org/swap_space.html
What is the output of the following:
http://www.linfo.org/swap_space.html
What is the output of the following:
Code: Select all
cat /proc/swapsRe: Swap Usage reporting critical
It's empty, nothing to display
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Swap Usage reporting critical
What does:
Return? This will give us an overview of your available and allocated memory.
Code: Select all
free -mRe: Swap Usage reporting critical
Run in terminal:
then try your check again. Did this help?
Code: Select all
swapon -aBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Swap Usage reporting critical
[root@numbers ~]# free -m
total used free shared buffers cached
Mem: 995 535 460 0 13 98
-/+ buffers/cache: 423 571
Swap: 0 0 0
Remember this wasn't something I created, I used the premade OVF file so this was created and setup in the download. But fo course I do want to fix it.
total used free shared buffers cached
Mem: 995 535 460 0 13 98
-/+ buffers/cache: 423 571
Swap: 0 0 0
Remember this wasn't something I created, I used the premade OVF file so this was created and setup in the download. But fo course I do want to fix it.
Re: Swap Usage reporting critical
No change after running the swap -a command
Re: Swap Usage reporting critical
Is this the 32- or 64-bit version?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Swap Usage reporting critical
We are working on the issue as we speak and will have a new VM uploaded by tomorrow.
Be sure to check out our Knowledgebase for helpful articles and solutions!