Issue with getting <swap> space on most linux boxs

(imported topic written by SystemAdmin)

Im trying to get swap space on all Linux boxs and I get an error (below) it doesn’t seem to be related to version or really anything, more then 3/4 of the systems return an error

is there another way to get swap space

Q: name of operating system

A: Linux SuSE Enterprise Server 10

T: 7120122

Q: if (name of operating system as lowercase does not contain “win”) then ((size of swap /1024/1024) as string & " MB") else “”

E: Singular expression refers to nonexistent object.

T: 33056256

Q: if (name of operating system as lowercase does not contain “win”) then ((free amount of swap /1024/1024) as string & " MB") else “”

E: Singular expression refers to nonexistent object.

T: 8367218

Q: if (name of operating system as lowercase does not contain “win”) then ((used amount of swap /1024/1024) as string & " MB") else “”

E: Singular expression refers to nonexistent object.

T: 5472982

(imported comment written by NoahSalzman)

The swap inspector was broken in 8.0 and should be fixed 8.1.

I’m hoping you are on 8.0…

(imported comment written by SystemAdmin)

:slight_smile: console and relays are 8.1.617.0

(imported comment written by SystemAdmin)

the client was at 7.2.5.22 and i just upgraded it to 8.1.617.0 … same issue

Q: version of client

A: 8.1.617.0

T: 9675669

Q: total amount of swap

E: Singular expression refers to nonexistent object.

T: 2152168