On a SME V7 I have a APC Smart-UPS 1000
I configured it along the lines of :
http://forums.contribs.org/index.php?topic=32533.0Configured NUT and it seems to work OK apart from masses of entries in my message logs :
Nov 8 10:52:00 esmith upsd[2106]: Connection from 127.0.0.1
Nov 8 10:52:00 esmith upsd[2106]: Client on 127.0.0.1 logged out
Nov 8 10:53:00 esmith upsd[2106]: Connection from 127.0.0.1
Nov 8 10:53:00 esmith upsd[2106]: Client on 127.0.0.1 logged out
Nov 8 10:54:00 esmith upsd[2106]: Connection from 127.0.0.1
Nov 8 10:54:00 esmith upsd[2106]: Client on 127.0.0.1 logged out
Nov 8 10:55:00 esmith upsd[2106]: Connection from 127.0.0.1
Nov 8 10:55:00 esmith upsd[2106]: Client on 127.0.0.1 logged out
Nov 8 10:56:00 esmith upsd[2106]: Connection from 127.0.0.1
Nov 8 10:56:00 esmith upsd[2106]: Client on 127.0.0.1 logged out
It would appear that NUT is polling every 30 seconds and logging accordingly.
I have the following settings :
/etc/upsDEVICE=/dev/ttyS0
MODEL=apcsmart
OPTIONS=
SERVER=yes
/etc/ups.conf[UPS]
driver = apcsmart
port = /dev/ttyS0
/etc/upsmon.confDEADTIME 15
FINALDELAY 5
HOSTSYNC 15
MINSUPPLIES 1
MONITOR UPS@localhost 1 monuser mypassword slave
NOCOMMWARNTIME 300
NOTIFYCMD /sbin/e-smith/nutUPS.notify
# NOTIFYMSG is set to default
POLLFREQ 5
POLLFREQALERT 5
POWERDOWNFLAG /etc/killpower
RBWARNTIME 43200
# RUN_AS_USER nutmon
SHUTDOWNCMD "/sbin/e-smith/signal-event halt"
/etc/upsd.users[monuser]
password = mypassword
allowfrom = localhost
upsmon slave
/etc/upsd.confACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32
ACCEPT localhost
REJECT all
[root@server]# config show nut
nut=service
Device=/dev/ttyS0
Model=apcsmart
status=enabled
upsc UPS@localhost gives a page of data
Has anyone any idea why this is happening and how I can stop it ?
B. Rgds
JC