Ups Monitoring Software Mac Os X

The ideal point-to-point software for UPS monitoring and shutdown of Windows, Linux and MAC OS X operating systems Local View is a software program for managing and monitoring UPS units via USB or RS232 is the serial port, which will automatically shut down systems in the event of prolonged power outages, thereby preventing loss of data and damage to the system in situations where the computer. The only software for the Mac authorized by UPS for rating, shipping and tracking day to day domestic UPS shipments. Built in importers allow you to quickly bring in address books from UPS Worldship or UPS.com, making it simple to.


Use a third-party APC UPS management tool for more control | 20 comments | Create New Account
Click here to return to the 'Use a third-party APC UPS management tool for more control' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use a third-party APC UPS management tool for more control

Hm, I've been dreading the battery and power failure beeps with my new APC UPSs. But I don't think the consumer models, I have BackUps LS and CS, have the option to control the alert sounds. Previous models I had were BackUps Pros, and I used the Windoze Powerchute in virtualization to turn off the sounds. I did not see any alert sound options for the CS and LS.
A warning about the installer (I like to poke inside strange new installers, especially from open source): it installs things in system locations, /sbin, /etc & /usr/share, when they should be installed in /usr/local/*. Stuff in system locations has the potential to be removed by Apple updaters, and it's good to have 3rd-party software outside the system, especially for ease of uninstalling.

Use a third-party APC UPS management tool for more control

Why bother? The built-in software (Energy Saver) is good enough.
Never needed anything beyond that. If you wanted, I'm sure AppleScript and/or Automator could be added for more needs.

Use a third-party APC UPS management tool for more control

Ups Monitoring Software Mac Os X 10 12

> Why bother?
Maybe for the reason described in the first paragraph of colinng's hint? I've used apcupsd precisely for that purpose.
> The built-in software (Energy Saver) is good enough. Never needed anything beyond that.
Good (enough) for you.
> If you wanted, I'm sure AppleScript and/or Automator could be added for more needs.
Do you a specific method to suggest for disabling APC UPS beeps instead of simply a think-you-know-better response?
Thanks for writing up this hint, colinng. Hopefully a few folks will appreciate it.

Use a third-party APC UPS management tool for more control

> Thanks for writing up this hint, colinng. Hopefully a few folks will appreciate it.
D'oh! I just accidentally gave it a 1- instead of 5-star vote… sorry.

Use a third-party APC UPS management tool for more control

Does the built-in monitor more than one UPS? Does it send email notifications?

Use a third-party APC UPS management tool for more control

What a strange comment. Clearly there is value in silencing the beeping noise- I'm going to have mine mute during the night.

Use a third-party APC UPS management tool for more control
I'm going to have mine mute during the night.
Minimally, I think that would require a script to interact with apctest to enable/disable beeping using the '6) View/Change alarm behavior' item (shown in the list thwaite posted) or similar. Then cron (for instance) could be used to run that script, with an enable or disable option, at desired intervals.
Setting BEEPSTATE to 'N' (or other values) in apcupsd.conf doesn't apparent to have any effect on the alarm, at least not that I could determine with some brief testing this morning.
I always realize there's a power outage when I'm on/near my home systems and awake to possibly take action. Plus now there's less intrusive Growl notification. And I normally don't want/need to care about outages while asleep. So, I used apctest to change the alarm behavior to unconditionally never beep since there's no reason for it in this context.
Use a third-party APC UPS management tool for more control

This is a useful utility, and the author’s reasons are good: APC software doesn’t give full control even for beeps, much less for network notifications (tho I don’t use these). Don’t expect AppleScript or Automator would expand it.
More usefully, I’ll report:
* the utility works fine on my “ICBM” (heh), a late ‘09 iMac. I finally got a UPS just for it, APC’s BE750G and was annoyed by APC’s limited controls, tho happy that OSX itself does the basic controls nicely (aside: regret that I read the macintouch writer Robert Mohn’s recommendation for iDowell’s iBox and iPack UPS's only later, tho they cost at least twice as much: macintouch.com/reviews/idowell )
* the installer for apcusd is simple, but doesn’t warn that a reboot will be required to complete the install. It does open TextEdit to display two windows, one with the apcupsd.conf file, the other with a notice that you have to edit this configuration file for your specific UPS and should do this before agreeing to the installer's request to reboot. You might be able to skip this step but should read through the config file now to ensure its default settings match your situation. And you’ll need to later edit this .conf file if you want to add network reporting, which can’t be set up using only the simple CLI menu.
* This config file is at /private/etc/apcupsd/apcupsd.conf. But its permissions are read-only so you can't save changes using TextEdit, which doesn't allow superuser override. Solution: use the Terminal (which you'll have to use anyway for their CLI menu). Navigate to the directory and sudo-launch your favorite CLI text editor (vim, pico, etc).
Having a little Unix knowledge, I lived dangerously and edited various parameters as suggested by their comments. Recall that lines prefaced by # are comments, often useful example settings; but for functional parameter specifications you must remove the #.
* After rebooting, the CLI menu allows for the following choices:
1) Test kill UPS power
2) Perform self-test
3) Read last self-test result
4) View/Change battery date
5) View manufacturing date
6) View/Change alarm behavior
7) View/Change sensitivity
8) View/Change low transfer voltage
9) View/Change high transfer voltage
10) Perform battery calibration
11) Test alarm
12) View/Change self-test interval
Q) Quit
I’ve not yet tried #1 or #10, but the others work as expected.

Use a third-party APC UPS management tool for more control

Another great feature of apcupsd is that you can install it on more than one machine, and each can communicate with the other. If you have several machines that are powered from the same battery, you can set up apcupsd to shut all of the machines down gracefully before the battery runs out. You can also do lots of other cool things, limited only by your imagination.
For instance, I have two Mac minis in my server closet, and when power goes out and the battery is almost out of juice, on each machine, apcupsd quits all user-space applications (with an Applescript run through the 'osascript' command-line tool, schedules a 'wakeorpoweron' event with the power manager so the machine will reboot once power is restored, and then shuts the system down. Downgrade mac app without backup.

Use a third-party APC UPS management tool for more control

The software also works fine with Intel-based Macs.

Use a third-party APC UPS management tool for more control

Ups Monitoring Software Mac Os X 10 11

APC make good UPSs but their Mac software stinks (to put it mildly).
While their wilful neglect of Macs in terms of software provision might have been justified the many years ago when the Mac market was in serious decline, the massive increase in Mac share in more recent years has led other more sensible companies to resume providing decent Mac support. Even Microsoft have improved their Mac support :)
People might also be interested in the open-source NUTS project (Network Ups ToolS), see http://www.networkupstools.org/ and http://boxster.ghz.cc/projects/nut/wiki/NutOnMacOSX this will work with other makes as well as APC.

https://serieslucky.netlify.app/apc-software-to-shut-down-mac.html. A dialog box appears, asking whether you’re sure you want to shut down. (If you don’t click either option, your Mac will shut down automatically after a few minutes.).Press Control+Eject (or press the power button). When a dialog box appears, click the Shut Down button.Press and hold the power button to force your Mac to shut down. Click Cancel or Shut Down.

Use a third-party APC UPS management tool for more control

Not working in 10.6.2 on an Intel 2.66Ghz 8-core.
I ran 'sudo /Library/StartupItems/apcupsd/apcupsd stop'
I still get this:
2010-03-19 04:28:11 apctest 3.14.8 (16 January 2010) darwin
Checking configuration ..
Attached to driver: usb
sharenet.type = DISABLE
cable.type = USB_CABLE
You are using a USB cable type, so I'm entering USB test mode
mode.type = USB_UPS
Setting up the port ..
apctest FATAL ERROR in generic-usb.c at line 636
Cannot find UPS device --
For a link to detailed USB trouble shooting information,
please see <http://www.apcupsd.com/support.html>.
apctest error termination completed
Any ideas?

Use a third-party APC UPS management tool for more control

- Was there any output from running:
sudo /Library/StartupItems/apcupsd/apcupsd stop
If successful, it should be:
Shutting down UPS monitoring
- Try running this:
ps acx | grep apcupsd
No output if apcupsd isn't running. Otherwise, it'll look similar to:
105 ?? Ss 1:10.01 apcupsd
What to suggest next depends on the results.

Use a third-party APC UPS management tool for more control

Are you running your intel chip with OSX's 64-bit kernel? I get your error msg with 64bit though it works fine for me with 32-bit. Hmph.
My system log shows this during the boot:
Mar 19 12:15:04 RG-iMac com.apple.SystemStarter[47]: Starting UPS monitoring
Mar 19 12:15:04 RG-iMac apcupsd[96]: Valid lock file for pid=86, but not ours pid=96
Mar 19 12:15:05 RG-iMac configd[15]: network configuration changed.
Mar 19 12:15:05 RG-iMac apcupsd[97]: apcupsd FATAL ERROR in generic-usb.c at line 636..
Mar 19 12:15:05 RG-iMac apcupsd[97]: Valid lock file for pid=86, but not ours pid=97
Mar 19 12:15:05 RG-iMac apcupsd[97]: apcupsd error shutdown completed
I've not time to follow up on this just now.

Ups monitoring software mac os x
Use a third-party APC UPS management tool for more control

Yep, running in 64-bit..
Ah well :-)

Since I didn't see it mentioned in the other posts, I thought I'd add that the apcupsd installer places an application--apcupsd.app--in the /Applications folder.
When launched, no dock icon or interface window will open. Instead, your only indication that it is running is the appearance in the menubar of a generic UPS icon. Should a connection failure occur, the icon will acquire a superimposed red '?', and hovering the mouse over the icon will reveal the tooltip 'NETWORK ERROR'. Clicking on the icon reveals the available interface options.
The GUI's available functions are pretty much limited to status and event monitoring, and provide no equivalent for issuing the CLI commands. It is handy, though, in that it provides the ability, via the preferences settings, to add additional monitors for multiple networked devices, and to turn Growl notifications on and off for them.
Just in case someone else is having the same difficulties I encountered, take a look at your UPS cases.
The battery backup I couldn't get apcupsd to find--among the several it did find--was labeled 'Belkin.'
D'Oh! <forehead slap>

The NUTS software I referred to in a previous comment, does support various Belkin models as well as APC models (and others).
See http://www.networkupstools.org/compat/stable.html

Use a third-party APC UPS management tool for more control
My APC UPS beeps whenever the power fails.Tech Web, If this happens at night, the beep is loud enough to wake people. The beep can be disabled by software in Windows,Cell Phones, but not in the Mac version of PowerChute Personal Edition. The Mac version provides features that Mac OS X already provides: shutdown timers for any UPS connected via USB.Desktop PCs
Use a third-party APC UPS management tool for more control

I don't think this utility is ready for primetime. I installed it and decided to uninstall it. Dragged it to the trash, found the startup item, dragged that to the trash, emptied the trash, and rebooted. Now my UPS no longer shows up in Energy Saver under System Preferences!
It says in the documentation that a dummy kernel extension is installed to prevent OS X from recognizing the UPS, but darned if I can find it. Help, please!

Use a third-party APC UPS management tool for more control

https://serieslucky.netlify.app/apps-to-record-your-screen-mac.html. Just had the same problem. You need to go to terminal and run sudo /sbin/apcupsd-uninstall. This will get rid of all the related code. Reboot and your APC should show up in energy saver again.

Instant dictionary word lookup with 250,000 entries and definitions. Select a word to view the definition. Kindle for Mac reading app gives users the ability to read Kindle books on a beautiful, easy-to-use interface. Once installed, the software worked and I could download books to it. I could also add some existing books to the list. Add dictionary to kindle app mac.

You can make all of your displays mirror each other, or extend your workspace with different apps and windows on each display. If you use an external display with your Mac notebook, you can also use closed-display mode.

Check your requirements

  • Check the ports on your Mac to find out whether you need an adapter.
  • Check how many displays your Mac supports: Choose Apple menu  > About This Mac, click Support, then click Specifications. On the webpage that appears, the number of displays your Mac supports appears under Video Support.

Use extended desktop mode

Maximize your workspace with extended desktop mode, which lets you enjoy full-screen apps and windows on each monitor. Then, use Mission Control to organize apps and windows across your displays. If your Dock is on the bottom of your screen, it appears on any of your displays when you move your pointer to the bottom edge of your display.

The power of Mac. Taken further. Dedicated apps for music, TV, and podcasts. Smart new features like Sidecar, powerful technologies for developers, and your favorite iPad apps, now on Mac. MacOS is the operating system that powers every Mac. It lets you do things you simply can’t with other computers. Finding binaries for mac apps.

Turn on extended desktop mode

  1. Make sure that your external display is turned on and connected to your Mac.
  2. Choose Apple menu  > System Preferences, then click Displays.
  3. Click the Arrangement tab.
  4. Make sure that the Mirror Displays checkbox isn’t selected.

Arrange your displays or change your primary display

So that you can move apps and windows across your displays in one continuous motion, arrange your displays to match the setup on your desk. You can also change your primary display, which is where your desktop icons and app windows first appear.

  1. Choose Apple menu  > System Preferences, then click Displays.
  2. Click the Arrangement tab.
  3. To change the position of a display, drag it to the desired position. A red border appears around the display as it's moved.
  4. To set a different display as the primary display, drag the menu bar to the other display.

Use video mirroring

With video mirroring, all of your displays show the same apps and windows.

Turn on video mirroring

  1. Make sure that your external display is turned on and connected to your Mac.
  2. Choose Apple menu  > System Preferences, click Displays, then click the Arrangement tab.
  3. Make sure that the Mirror Displays checkbox is selected.

Use AirPlay

With Apple TV, you can mirror the entire display of your Mac to your TV, or use your TV as a separate display. To turn on AirPlay, follow these steps:

  1. Make sure that your TV is turned on.
  2. Choose in the menu bar, then choose your Apple TV. If an AirPlay passcode appears on your TV screen, enter the passcode on your Mac.
  3. Mirror your display or use your TV as a separate display:
    • To mirror your display, choose , then choose Mirror Built-in Display.
    • To use your TV as a separate display, choose , then choose Use As Separate Display.
  4. To turn off AirPlay, choose , then choose Turn AirPlay Off.

If you don't see in the menu bar, choose Apple menu  > System Preferences, click Displays, then select the 'Show mirroring options in the menu bar when available' checkbox.

Mac Os Software Download

Learn more about how to AirPlay video from your Mac.

Ups Monitoring Software Mac Os X 10 13 Download

Mac

Ups Monitoring Software Mac Os X 10 11 Download Free

Learn more

Comments are closed.