Jump to content

Chris

Staff
  • Posts

    1347
  • Joined

  • Last visited

Posts posted by Chris

  1. Hi David,

    I'd like to temporarily disable notifications for any account that is 30 days overdue.

    By switching on Maintenance Mode, does this stop support requests via the taskbar icon?

    No, this will not stop the support requests from the monitored system. This is by the design.

    Does the PSA have the ability to automatically trigger Maintenance Mode?

    Unfortunately, this functionality is not supported at this time, however, we will consider the possibility to introduce this functionality into the future release.

  2. Hi Garry,

    You should not submit the Timesheet even if you are in the middle of the Week. The Billing Module will allow you to Bill time entries even if they are not submitted yet. You can approve the Time Entries later but you can still do billing in the middle of the week.

  3. Hi,

    Thank you for your suggestion. Unfortunately this functionality is not supported at this time, however, we will consider the possibility to introduce this functionality into the future release. But in a meantime, you will need to create your own script which will check the hardware sensors and trigger the notifications via the Pulseway REST API if the value from the hardware sensor exceeds preset values in your script.

  4. Hi David,

    Currently the Pulseway agent doesn't support the libssl version 1.1. You will need to do the following:

    1. Uninstall the Pulseway agent.
    2. Replace libssl 1.1 with libssl 1.0
    3. And finally, re-install the Pulseway agent.
  5. Hi Bilal,

    In the latest version of the Pulseway agent 5.4.6, we have built in the delayed start option, therefore you should not be able to see this happening again.

    But in general this happens for the following reasons:

    1. If the Pulseway agent cannot connect to your Pulseway server. In order to diagnose this issue, please run the tracert command towards your Pulseway server to see if there are no issues with the network connectivity.
    2. If the Pulseway service is stopped on the monitored system. 
  6. Hi,

    If you want to monitor the Veeam backup status, then this is possible using the Event Log filter from the Pulseway Manager -> Notifications -> Event Log and configure the event monitoring for the following log folder (Applications and Services Logs -> Veeam Backup). For more details, how to configure the Event log filter, please check the following article .

  7. You can add something like this:

    =Concatenate("report for the period ", AggMin({Tickets.Open Date Only})," till ",AggMax({Tickets.Open Date Only}))

    Also, you can select the field from the spreadsheet and create the function

    image.png.01c3697cb1c2a981aa7b8fb31611e304.png

  8.  

    Please try this steps:

    root@raspberrypi:~# rm -rf /usr/lib/arm-linux-gnueabihf/libcrypto.so.0.9.8 /usr/lib/arm-linux-gnueabihf/libssl.so.0.9.8
    root@raspberrypi:~# dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
    (Reading database ... 113263 files and directories currently installed.)
    Preparing to unpack libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb ...
    Unpacking libssl1.0.0:armhf (1.0.1t-1+deb8u7) over (1.0.1t-1+deb8u7) ...
    Setting up libssl1.0.0:armhf (1.0.1t-1+deb8u7) ...
    root@raspberrypi:~# ln -sf /usr/lib/arm-linux-gnueabihf/libssl.so.1.0.0 /usr/lib/arm-linux-gnueabihf/libssl.so.0.9.8
    root@raspberrypi:~# ln -sf /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0 /usr/lib/arm-linux-gnueabihf/libcrypto.so.0.9.8
    root@raspberrypi:/usr/lib/arm-linux-gnueabihf# /etc/init.d/pulseway start
    [ ok ] Starting pulseway (via systemctl): pulseway.service.

  9. Hi,

    In a meantime, you can remove the shortcut from the desktop and hide the Pulseway from 'Add and remove features'.

    Please try the following script:

    #Hide _Pulseway_From-Add_and _Remove_programms_and_delete_shortcut
    
    $result = gwmi win32_product -filter "Name LIKE 'Pulseway'" | select IdentifyingNumber;
    [string] $a = $result.identifyingNumber;
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$a" -Name "SystemComponent" -Value 1 -Type DWord
    Remove-Item 'C:\Users\*\Desktop\Pulseway Manager.lnk'

     

  10. Hi,

    In order to monitor these events, you will need to configure the audit policy to log these events into the Windows event log and then you will be able to monitor these events via the event log filter from the Pulseway Manager -> Notifications -> Event Log. For more details how to configure it, please check the following article.

    You will need to configure the monitoring for this event id 4624. Also, you may need to add some keywords get more specific notifications.

×
×
  • Create New...