Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

turgel

Members
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    turgel got a reaction from Chris in notification when file size exceeds limit   
    Hi everyone,
    After playing around with the powershell i wrote a small script which does the following:
    1. get the size of a certain folder 
    2. take this result and compare it with a set limit (in this case 7500 Megabytes)
    3. if this limit is exceeded it starts the pulseway notifcation bridge and sends out the notification.
     
    This is very useful to me, i use it to monitor the sql database size of vmware vcenter.
    I will post it here, hopefully it will help someone else:
    ###########################################################
     
    $h = 7500
    $colItems = (Get-ChildItem "C:\THISFOLDER" | Measure-Object -property length -sum)
    "{0:N2}" -f ($colItems.sum / 1MB) + " MB"

    If ($colItems.sum / 1MB -gt $h )

    invoke-item "C:\YOURPULSEWAYFOLDER\NOT.lnk"
    }
     
    ##################################################################
     
    note: I made a link to the notifcationbridge.exe (NOT.lnk) to give to correct commands, writing it out directly in the powershell didn't work for some reason.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.