phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.39k stars 231 forks source link

Can't Monitor Multple UPSes with Mixed Types? #54

Closed LeeThompson closed 10 years ago

LeeThompson commented 10 years ago

I have two UPSes, one is connected to a series of NAS RAID arrays and it uses NUT. Another runs on Windows Server and uses APCUPSD (mostly cause the CGI for NUT does not work on Windows).

However, UPS_PROGRAM="Nut,Apcupsd" appears to break phpsysinfo 3.1.11 badly (it freezes on "Loading... please wait!" and is never seen again...

OS: Windows Server 2008 R2 HTTPD: IIS 7.5 PHP: 5.4.12 (yeah I know I need to upgrade)

rk4an commented 10 years ago

Hi,

Thanks for the report, can you send me the output of /phpsysinfo/xml.php?plugin=complete please?

namiltd commented 10 years ago

Try now unstable version from Github https://github.com/phpsysinfo/phpsysinfo/archive/master.zip

LeeThompson commented 10 years ago

@namiltd, that worked! Cool!