-
Posts
1758 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Paul
-
Hi, That amount of traffic is abnormal, did you use a lot the Pulseway Remote Desktop feature on those systems? Do you use the website monitoring feature? -Paul
-
Hi, Can you check the volume mixer to see if the Dashboard app is not muted by any chance? -Paul
-
That's a quite old machine (12 years old), it seems that the chipset is not recognized. Try looking with a SNMP browser to see if the sensors are exposed in the SNMP. Also try installing the WBEM providers from HP to see if that adds the sensor data to the SNMP community.
-
Hi Jaapyse, It seems that Open Hardware Monitor isn't detecting the chipset you're using. Try with HW Monitor from CPU ID, link. -Paul
-
More that one notification per plugin?
Paul replied to Martin Stevnhoved's topic in Windows Client API
Hi Martin, This isn't supported yet but it's a great idea! We will consider it for the future. -Paul -
Hi, Try removing the following registry key: HKLM\SOFTWARE\MMSOFT Design\PC Monitor\OSName and then restart the Pulseway service. -Paul
-
Hi, You need to run the Pulseway Dashboard app as an administrator. -Paul
-
Hi Martin, It's not possible to store it in clear text I'm afraid. Check out this article on how to read and write registry values. -Paul
-
Hi, We are currently setting up a test VM to give you an accurate answer. -Paul
-
Hi Aaron, Yes, you can generate a Pulseway notification with the help of the REST API: curl https://api.pulseway.com/v2/notifications \ -u username:apitoken \ -X POST \ -H "Content-Type: application/json" \ -d '{"instance_id":"instanceId","title":"Jenkins Job Failed","message":"The jenkins job has failed to run with error code 0x0800123 on Server01 in group Servers.","priority":"critical"}' Replace the instanceId with the system identifier of the agent installed on the jenkins machine, you can find it in the file: /var/pulseway/pulseway.id . Documentation here: https://api.pulseway.com/?shell#notify -Paul
-
Hi Jacob, Thank you for your feedback. We are planning on introducing a HTML dashboard in the web application over here: https://my.pulseway.com . Can you enumerate the top 5 features you'd like to see in a web dashboard? -Paul
-
Hi Labsy, Thank you for your detailed report. Can you please turn off the storage notifications to see if this decreases the I/O read growth? -Paul
-
Hi guys, There is no notification for failed scheduled tasks at this moment I'm afraid. -Paul
-
No update yet I'm afraid. Maybe if you could write a use case for this I can prioritize this with the management. -Paul
-
Hi, We are currently working on advanced reporting which will set the grounds for the custom reports for all the modules. Once we have this shipped we can introduce backup reports alongside with the notifications. -Paul
-
Hi, I'll take a look at the plugin and get back to you. -Paul
-
Hi Aron, I would prefer using Group Policies (configured from Pulseway Manager -> Manage Systems -> Manage Group Policies) which is documented on the page 19 of the User Manual. You can import a configuration file (which can be exported from an already configured system by clicking the Export Configuration textual link at the bottom of the Pulseway Manager window) or import a registry patch with Jenkins but it would be troublesome to configure and maintain. -Paul
-
Actually msiexec does allow Lv* as an argument, try this command (note the allusers argument which will install the app for all users): msiexec /I "\\server\folder\Pulseway_x64.msi" /qb /Lv* "C:\install.log" ALLUSERS=1 -Paul
-
Try running the msi with msiexec and add the following logging arguments: /Lv* "install.log" Then PM me the install log. -Paul
-
Hi Aaron, Try to also add the following argument to the msi: ALLUSERS=1 When you install the agent silently I believe it's not ran by the same user but by the administrator user which is why you don't see it in the programs and features and also explains why the shortcuts are missing. For notifications you can either configure a group policy (from Pulseway Manager -> Manage Systems -> Manage Group Policies) or edit the configuration remotely using the Pulseway Dashboard app or import the configuration file like this: -Paul
-
Hi James, Our email server's IP address is: 167.89.85.223. This IP address is subject to change without notice. -Paul
-
PageItem with SimpleItemStyle (or custom icons)
Paul replied to Dilbert's topic in Windows Client API
Hi Dilbert, Thank you for your feedback. We plan on supporting custom icons for the API in the future. Great idea . -Paul -
Hi Jaapyse, I'm not sure why Pulseway isn't detecting any hardware sensors on the proliant server. We're monitoring a couple of proliant servers ourselves and the hardware is correctly identified. Does the HP Management portal detect the hardware sensors? Can you run the following app to see what hardware information is displayed (link). -Paul
-
Hi David, We monitor the registry root key for uninstall and it's possible that there was some software that tested the access rights to see if they can create the registry values and then removed them, Pulseway might have caught that bogus data. Do let us know if this happens again. Paul
-
Hi Tom, We do some trickery there if you have another online agent in the same group with the system you're trying to wake and both have the same WAN IP address by sending a command to the online system to broadcast the WOL magic packet in the local network. Is this the case in your situation? -Paul