Jump to content

Chris

Staff
  • Posts

    1347
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Chris reacted to Marius in Too many concurrent connections   
    Hi Simon,
    Looks like this is a licensing limitation, we are checking with your distributor and we'll update you shortly.
    Regards,
    Marius
  2. Upvote
    Chris reacted to cmishawn in INTEL RAID WEB CONSOLE MONITOR   
    I was able to monitor even IDs 251,111,96
    Thanks again for the tip!
  3. Upvote
    Chris reacted to turgel 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.
  4. Upvote
    Chris got a reaction from Edd in Keylogging   
    Hi,
    Welcome to the Pulseway community. No, you will not be able to log key strokes nor get a live webcam stream with Pulseway.
    Chris
  5. Upvote
    Chris reacted to A N T in Package for Synology   
    Hi Chris,
         1) Disk / Volume health & usage 
         2) Processor / RAM usage
         3) Backup Job notifications
         4) Process monitoring
         5) Synchronisation state, e.g. Google cloud sync or Synology to Synology
     
    Hope this is the sort of info you are looking for.
    Kind regards
    Ant
  6. Upvote
    Chris got a reaction from A N T in Office365 management   
    Hi,

    We are surely going to be considering this server module.

    Thank you,
    Chris
    Pulseway Support
  7. Upvote
    Chris got a reaction from A N T in Push a registry setting to all devices   
    Hi Martin,
     
    This is part of a System Provisioning module we plan on having, I've noted your idea on that project.
     
    Regards,
    Chris
    Pulseway Support
  8. Upvote
    Chris got a reaction from A N T in Veeam   
    Hi,
     
    We've contacted Veeam to get more information about a possible integration, however we haven't heard back from them yet. We will keep you posted with updates when we have them.
     
    Regards,
    Chris
    Pulseway Support
  9. Upvote
    Chris got a reaction from A N T in Push Settings to Groups   
    Hi,
    You can use a group policy (not GPOs) which are configurable from Pulseway Manager -> Manage Systems -> Manage Group Policies. Group Policies will take precedence over local configuration and will provision all systems under that group.
    Chris
  10. Upvote
    Chris reacted to Martin Stevnhoved in RRAS Module?   
    I would like to see it as a build in function, but for now we have set up a scheduled task, with this script:
    ______________
    @echo off
    set log=MonitorRRAS.txt
    set level=0
    pushd "%~dp0"
    echo RemoteAccess Health State on '%computername%' >"%log%"
    powershell -Command "get-remoteaccesshealth" >>"%log%"
    find /i "warning" "%log%" >nul
    if "%errorlevel%"=="0" set level=2
    find /i "error" "%log%" >nul
    if "%errorlevel%"=="0" set level=3
    if "%level%"=="0" goto skip
      notificationbridge.exe -p %level% -f "%log%"
    :skip
    popd
     
  11. Upvote
    Chris reacted to windracer in Repeated "free_percentage" items in syslog   
    Yes, it has! Thank you!!
  12. Upvote
    Chris reacted to Martin Stevnhoved in Patch Management   
    Hi Ant.
    We are doing patch management via normal Windows Updates on clients, and via scripts in Scheduled Tasks on server.
    It is working great, we are not notified of missing updates.
    Pulseway can notify when a critical update is missing, but we would like to put a threshold on it, first notify after X days.
    So we have made this feature request: http://forum.pulseway.com/topic/1443-windows-updates-can-we-ignore-the-last-x-days/ 
    You can give it a +1 if you like the idea.
    Br, Martin.  
     
  13. Upvote
    Chris reacted to Martin Stevnhoved in Time differentiated configuration sets - a.k.a. Light maintenance mode   
    You could also add a plus-list under the scheduled maintenance window, where we could select what notification what should be allowed under maintenance mode.
    I think that might be the most simple way to do it.
    Eg.
    - Event log filter: "<userdefined>"
    - Service state: "<userdefined>"
    - Free disk space
    - SNMP: "<userdefined>"
    Br, Martin
     
  14. Upvote
    Chris got a reaction from A N T in Ubiquiti Wireless   
    Hi,
     
    I've found this wiki page which instructs you how to connect via SSH to the Ubiquiti devices. Once you're in, you can check what linux distribution they are running and what CPU architecture it has. If it's something we support already, download and install Pulseway on it.
     
    Regards,
    Chris
    Pulseway Support
  15. Upvote
    Chris got a reaction from A N T in Computer / Server Cleanup   
    Hi,
     
    Thank you for your feedback.
     
    We are definitely going to look into these, thank you.
     
    Regards,
    Chris
    Pulseway Support
  16. Upvote
    Chris reacted to SimonW in The agent failed to start rd session   
    Found the cause of my problem.  The Pulseway server was presented to the Internet via Windows Application Proxy, hence the public IP address of each host was that of the WAP server.
     
  17. Upvote
    Chris reacted to Marius in Exception trying to validate account   
    An update on this: The server update is rolling out now.
  18. Upvote
    Chris reacted to Marius in iOS Custom Notification Sounds   
    Hi Ben,
    For now you can only use the system default sound or the custom ones provided. 
    We'll try to add more custom sounds in the future, especially ones that will wake up anyone in the middle of the night  If you have any suggestions, let us know.
    Thanks,
    Marius
  19. Upvote
    Chris reacted to toby.kershaw in OS x 10.9.4 Pulseway not responding   
    Thanks Chris, it looks like that has sorted it
  20. Upvote
    Chris reacted to TV2Bcaag in Group overview in dashboard   
    Hi 

    For a faster and better overview, we would like the group headlines in the dashboard colored by the alerts in that group. The information is already present as numbers in the right side in the headline, but coloring the background accordingly would be a easy way to give a fast overview.
    Have a look at my attempt to do that in photoshop
    BR – Carsten


     

  21. Upvote
    Chris reacted to Marius in SAML and Two Factor Authenticaion   
    We hope to be able to include it soon, ETA 1-3 months.
  22. Upvote
    Chris reacted to windracer in Monitored Service Centos 6.6   
    This is working for me now, thanks!
  23. Upvote
    Chris reacted to JHP in SSL Certificate check fails on wildcard certificate   
    Just wanted to confirm that this is now fixed, and we're using it in production!
     
    Thanks!
  24. Upvote
    Chris reacted to Calin in Monitored Service Centos 6.6   
    Hi,
    This will be fixed in the next release.
  25. Upvote
    Chris reacted to Martin Stevnhoved in Custom reports - based on Registry, WMI etc.   
    Now the HTML5 web application is released, we look forwards for the user-defined reports.
     
    Br, Martin.
×
×
  • Create New...