Everything posted by Paul
-
Massive Bandwidth Consumption
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
-
Dashboard Sound
Hi, Can you check the volume mixer to see if the Dashboard app is not muted by any chance? -Paul
-
Unable to monitor CPU-temp
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.
-
Unable to monitor CPU-temp
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?
- Change from Windows 7 to Windows 10
-
Remote connection problem?
Hi, You need to run the Pulseway Dashboard app as an administrator. -Paul
- SetValueForKey unencrypted?
-
How monitor mysql and Ruby server
Hi, We are currently setting up a test VM to give you an accurate answer. -Paul
-
How to monitor when a program doesn't run
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
-
Please replace the horrible dashboard
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
-
PCMonitorSrv consuming I/O disk reads
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
-
Task Scheduler Integration
Hi guys, There is no notification for failed scheduled tasks at this moment I'm afraid. -Paul
-
Maintenance mode
No update yet I'm afraid. Maybe if you could write a use case for this I can prioritize this with the management. -Paul
-
Backup alerts / report for backup inactivity
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
-
Session Control Plugin 1.3
Hi, I'll take a look at the plugin and get back to you. -Paul
-
Windows Config file????
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
-
Unattended installation for .msi
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
-
Unattended installation for .msi
Try running the msi with msiexec and add the following logging arguments: /Lv* "install.log" Then PM me the install log. -Paul
-
Unattended installation for .msi
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
-
Email sending server IP ranges
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)
Hi Dilbert, Thank you for your feedback. We plan on supporting custom icons for the API in the future. Great idea . -Paul
-
Unable to monitor CPU-temp
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
- Unknown application installed/uninstalled
-
Wake on WAN
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