Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Paul reacted to Martin Stevnhoved in Improve shutdown notification   
    I guess the shutdown would always be triggered by som user.
    Often it is a real user, but sometimes it could be SYSTEM or NETWORK SERVICE.
     
  2. Upvote
    Paul reacted to CODE9IT in Dashboard - All notifications list   
    We would like to request this also.  We have hundreds of alerts to filter through and deleting one at a time is cumbersome.  Need ability to CTRL click random items or SHIFT click blocks of items.
  3. Upvote
    Paul reacted to Martin Stevnhoved in Graph in Plugin?   
    I guess it is not supported.
    Consider it a feature request.
  4. Upvote
    Paul got a reaction from Rick in Best Practice for multiple users   
    Hi Dilbert,
    That's a great idea, we are actually considering on introducing some sort of an access token which you can revoke at any time. This is something we will consider to improve the agent security in the future.
    -Paul
  5. Upvote
    Paul reacted to digbyp in Speed Test   
    For me (Powershell 2 - yes I really must update!!!), this had an error. However, the below works (as a single line)
    $a=Get-Date; $web = New-Object Net.WebClient; $web.DownloadString("http://client.akamai.com/install/test-objects/10MB.bin") | out-null; $t = "$((10/((Get-Date)-$a).TotalSeconds)*8) Mbps"; $t
  6. Upvote
    Paul reacted to aisledotnet in Ubuntu update   
    Hi, maybe this is too simple but I'm using for my Ubuntu machine update. 
    Just in case, somebody who also need like me.
     
    #!/bin/bash
    /usr/bin/apt-get -qy update > /dev/null
    /usr/bin/apt-get -qy dist-upgrade > /dev/null
    exit 0
  7. Upvote
    Paul got a reaction from malvarez in Windows 10 Installation Error on 1 Machine   
    Hi,
    Thanks for the update. Glad to hear it works now.
    -Paul
  8. Upvote
    Paul reacted to malvarez in Windows 10 Installation Error on 1 Machine   
    Nevermind, looks like it was an issue with my .NET Framework I used this guide https://social.msdn.microsoft.com/Forums/vstudio/en-US/54da2355-b24e-46f9-90a3-87fb9c50e308/net-framework-doesnt-work-cant-findinstalluninstall?forum=netfxsetup to verify and repair my installation. All is good now.
  9. Upvote
    Paul reacted to digbyp in FEATURE REQUEST : DHCP Scope almost full   
    You could monitor Event Log for event id 1020 and send notification
  10. Upvote
    Paul reacted to Ghostie in Dashboard 4.9.1 - Unhandled exception   
    Many thanks, looks to be resolved. 
     
    Tim
  11. Upvote
    Paul reacted to Ghostie in FEATURE REQUEST : Order By Severity   
    Hi Again,
     
    Could we have an option to order by severity in both the windows 10 app and the dashboard.
    We have the dashboard up on a big screen in our office, it would be good to see critical and elevated first, then everything else. (i know you can make it display only critical, but this is no good)
    In summary, we just need an order by option.
     
     
    Kind Regards,
    Tim
     
     
     
  12. Upvote
    Paul reacted to Jeremy Otten in FEATURE REQUEST : DHCP Scope almost full   
    It would be really nice to get an alert when the windows DHCP scope is almost full.
  13. Upvote
    Paul got a reaction from xedgyn in FEATURE REQUEST : Selective Push Notifications for Mobile App and WIndows 10 App   
    Hi guys,
    We're planning to introduce this in a more general way which allows you to specify an account-wide priority filter per delivery mechanism:
    Email:
    Critical Elevated Normal Low Push:
    Critical Elevated Normal Low Which allows you to opt out of certain priorities just like the Slack integration works.
    -Paul
  14. Upvote
    Paul got a reaction from Marius in Migrate your agents from Professional to Team   
    First, configure a windows agent with an account on the Team plan and validate the account to make sure the credentials are correct. Apply the configuration and write down the values of the following registry entries:
    AuthenticationToken AuthenticationTokenCtrl Now go to the WebApp on the professional server (link), login and go to the Automation -> Scripts view. Select (or create) a category and click on the Create Script button. Enter a script name and under Windows tab, enable the script and select PowerShell as the script type then paste the following script:
    Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name AuthenticationToken -Value "Enter the saved AuthenticationToken from the machine you've just configured" Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name AuthenticationTokenCtrl -Value "Enter the saved AuthenticationTokenCtrl from the machine you've just configured" Replace the values of AuthenticationToken and AuthenticationTokenCtrl to the values you've wrote down from the agent you've configured to connect to the Enterprise server

    Skip this step if you don't have any Linux agents configured. If you have, then you will need to configure one of your Linux agents to use your new Pulseway server and then you will need to copy the following line from the config.xml file from the Linux system which is configured to use your new server.
    <Account Username="" Password="" UseCustomServer="false" CustomServerAddress="" Token=""/> And then Under the Linux tab, enable the script and paste in the following script using the values from the line which you have copied previously:
    sed -i 's/\t<Account.*/\t<Account Username="" Password="" UseCustomServer="false" CustomServerAddress="" Token=""\/>/' /etc/pulseway/config.xml systemctl restart pulseway
    Save the task and then run it. Please note that the task will stop automatically in 15 minutes but the systems get moved right away. This is happening because you've moved the agents to a new Pulseway server and the SaaS Professional servers stop hearing back from your agents and will mark the systems as unresponsive in the task execution after 15 to 30 minutes of inactivity.
     
    Warning: Please note that if you make any mistakes in the values or break the xml configuration layout by removing a closing quote the agents will stop and you will have to manually reconfigure them. It is recommended that you create a system scope that only includes one system so that you can test that the migration script contains the correct values.
  15. Upvote
    Paul reacted to Cptrico in Schedule automation tasks   
    Just thankful that I could help contribute to this cool community and best product out there
    Awesome works guys..
    /Johnni
  16. Upvote
    Paul got a reaction from johnrogan in Schedule automation tasks   
    Hi Johnni,
    It's nice to see you back on the Pulseway forums. We're working on the scheduling functionality for the Automation and Advanced Reporting features as we speak .
    -Paul
  17. Upvote
    Paul reacted to Ghostie in Dashboard 4.9.1 - Unhandled exception   
    Hi, 
     
    Our dashboard is coming up with the quoted error below.
    This happens every morning when we come in.
    I have to quit the application and start it again to sort the issue.
     
    Thanks,
     
    Tim
     
     
  18. Upvote
    Paul reacted to Ghostie in FEATURE REQUEST : Mass Terminal   
    Paul,
    I've started the victory dance script, and it completed successfully.
    Thank you,
     
    Tim
     
     
  19. Upvote
    Paul reacted to Marius in FEATURE REQUEST : Archive Notifications   
    This is already supported for Enterprise.
  20. Upvote
    Paul reacted to Jeremy Otten in FEATURE REQUEST : Select All option in Manager and Policies   
    Most of the times i want to monitor more then less. So it would like more logical to create a toggle on every tab.. in the manager and Policies to select All of Deselect All.
    Most of the times i would the select all and just deselect a few..
    Please Add.. because my fingers are hurting from all the clicking..

  21. Upvote
    Paul reacted to Jeremy Otten in FEATURE REQUEST : When file has NOT changed Since..   
    Please add feature here to monitor if file has NOT changed in x hours.. or x days etc..
    This way i could monitor if a process is hanging that should update the file every x hours.. This can even be an backup tasks of a random backup solutions

  22. Upvote
    Paul reacted to Jeremy Otten in FEATURE REQUEST : Do not use username and password to connect the Manager   
    NOW THAT is AWESOME!
    :-)
  23. Upvote
    Paul reacted to Martin Stevnhoved in FEATURE REQUEST : Do not use username and password to connect the Manager   
    When you change the password, both the new and old password will work for a propagation time.
    During this time all agents that connects with the old password will update their configuration with the new credentials.

  24. Upvote
    Paul reacted to Martin Stevnhoved in Maintenance mode   
    Here is a use case.
    We are a few administrators for our serveres.
    We uses Pulseway to monitor and administrate the servers.
    But we have a lot of developers and consultants working on the servers.
    We have tried educating them in using maintenance mode, so we don't get alerts on high cpu, stopped services, closed TCP ports etc.
    That works fine, but often they forget to disable maintenance mode, when they are done.
    We sometimes discovers servers that has been in maintenance mode for days, without we knowing why.
    If the maintenance mode button asks for a note/name, we would have something to indicate why the server is in this mode.
    You could also introduce a "Snooze" button that enters maintenance mode for an hour or so.
  25. Upvote
    Paul reacted to Martin Stevnhoved in FEATURE REQUEST : Postpone Warning or Notification for x-period   
    Great! That would be amazing!
×
×
  • Create New...