We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When pulling data from an 8100, i only get two channels:
<prtg> <result> <channel>Chassis 1 PSU Health</channel> <value>100</value> <unit>Percent</unit> <limitminerror>100</limitminerror> <limitmode>1</limitmode> </result> <result> <channel>Chassis 1 FanTray Health</channel> <value>100</value> <unit>Percent</unit> <limitminerror>100</limitminerror> <limitmode>1</limitmode> </result> </prtg>
Also, i think you have the poe_power attribute in the wrong switch. It should be included in the default and not in the 8100
switch ($platformName) { # Aruba 8100 won't accept poe_power attribute "8100" { $attributesStr = "fans,temp_sensors,power_supplies" } Default { $attributesStr = "fans,temp_sensors,power_supplies,poe_power" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When pulling data from an 8100, i only get two channels:
Also, i think you have the poe_power attribute in the wrong switch. It should be included in the default and not in the 8100
The text was updated successfully, but these errors were encountered: