cassiusdrow

Members
  • Posts

    169
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

1527 profile views

cassiusdrow's Achievements

Apprentice

Apprentice (3/14)

10

Reputation

  1. My apologies. False alarm. I should know better than to do upgrades after 11 PM. It was the change from nut version 2.8.1 to 2.8.2 along with a configuration error on my part. I had a bad listener entry in upsd.conf. This didn't cause any issues for 2.8.1, but 2.8.2 now forces upsd to exit with an error if any listeners fail. Removing the bad listener entry allowed upsd to start. They added the ALLOW_NOT_ALL_LISTENERS setting in upsd.conf to control this behavior. See this issue: https://github.com/networkupstools/nut/issues/723 Thank you for the quick reply and for all the work you have been doing on this plugin.
  2. The latest plugin update is not working on 6.12.8. I'm seeing this in the syslog: Apr 3 23:50:27 hp root: plugin: skipping: nut-2.8.1-x86_64-5master.ssl31.txz - Unraid version too low, requires at least version 6.13 Apr 3 23:50:27 hp root: plugin: skipping: nut-2.8.2-x86_64-1stable.ssl31.txz - Unraid version too low, requires at least version 6.13 Apr 3 23:50:27 hp root: plugin: skipping: nut-2.8.1-x86_64-3stable.ssl31.txz - Unraid version too low, requires at least version 6.13 Apr 3 23:50:27 hp root: plugin: skipping: nut-2.8.0-x86_64-3stable.ssl31.txz - Unraid version too low, requires at least version 6.13 Apr 3 23:50:27 hp root: plugin: skipping: nut-2.7.4.20200318-x86_64-1.txz - Unraid version too low, requires at least version 6.13 Apr 3 23:50:27 hp root: plugin: skipping: - Unraid version too low, requires at least version 6.13
  3. I sent a pull request to @bonienl for this issue. Hopefully they can update the plugin soon.
  4. I'm having the same issue. Writes showing read speed, read is zero.
  5. I'm sorry, I can't help. I stopped running influx/telegraf/grafana a few months ago. The influx database was getting very large and I wasn't really looking at the data so I removed them.
  6. I use the NUT plugin in manual config mode. I do not use the SNMP plugin. The only part of the NUT configuration that is specific to SNMP is the UPS driver in ups.conf: [ups] driver = snmp-ups desc = "APC Smart-UPS SMT1000RM2U" port = 192.168.1.13 community = private snmp_version = v1 snmp_timeout = 5 pollfreq = 15 Is there something else you were looking for?
  7. Hi @SimonF, I've been using 2.8 with SNMP and USB drivers since you accepted the pull request without any issues.
  8. Try changing your "Extra Parameters" to: --user=root --entrypoint=/etc/telegraf/entrypoint.sh
  9. Hi @SimonF, I created a pull request in github with some changes.
  10. driver.parameter.runtimecal = 180,100,618,50 "Full load backup time [min]" = 3.0 * 60 = 180 seconds "Half load backup time [min]" = 10.3 * 60 = 618 seconds
  11. I have two unraid servers, each has its own UPS, and each runs the NUT plugin in netserver mode. Each unraid server has other computers (not running unraid OS) on the same UPSs, running NUT in netclient (slave) mode and communicating with the unraid servers. Thank you. I'll check it out as soon as I can. It may be a few days.
  12. Thank you. I appreciate it. I've started using your plugin on both of my servers. I am using my go script commands to modify it to work with NUT 2.8 and everything runs ok for plugin version 2023.02.14.
  13. I didn't look at using APCUPSD at all. I have a lot of time invested in the NUT configuration and I run it in netserver mode for other computers. Originally, I was using a Cyberpower CST135XLU and switched to the APC SMT1000RM2U after moving the Unraid server to a rack in my basement. The Cyberpower CST135XLU is now used with a different Unraid server and I prefer the simplicity of using similar UPS control configurations for both servers. I also monitor both UPSs with telegraf/grafana/influxdb. Replacing the NUT and net-snmp packages while still using dmacias's plugin was the easiest solution. I think there was a feature in NUT 2.8 that I wanted but I don't remember what it was. However, the NUT 2.8 package I found is compiled with different locations for the configuration files and process ID file, so I modified the plugin scripts from the go script since it looked unlikely that dmacias would update the plugin. I looked at the changes in your plugin vs dmacias's plugin, and I think my solution will continue to work with your plugin, although I haven't tested it. I'll switch to your plugin on one of my servers and test it.
  14. @SimonF I really appreciate that you are taking over maintenance of the NUT plugin. Would you be willing to update your plugin to use NUT 2.8? I am using dmacias's plugin with an APC SMT1000RM2U with a AP9630 network management card. It uses the snmp-ups driver but the net-snmp package included dmacias's plugin does not work on Unraid 6.11.5. I use some commands in my go script that alter dmacias's plugin scripts to use NUT 2.8 and net-snmp 5.9.3 as explained in this post:
  15. In this page, the author uses this command to trigger a UPS shutdown in the section "Testing with actual results": upsmon -c fsd It appears to activate the actual shutdown process that nut will use during a real low power event.