Everything posted by Martin Stevnhoved
-
FEATURE REQUEST : Selective Push Notifications for Mobile App and WIndows 10 App
Like we do on the Zendesk integration, selecting priority level and above. See that would be nice. We are only using Low priority for performance related tresholds. Nothing we would like to be notified about, but something that could be nice go back and look at. I we could get Low priority notifications to be cleared after an amount of time, that would be nice. Or an API, where we can do it by scripting.
- FEATURE REQUEST : mobile App Goto services
- FEATURE REQUEST : Do not use username and password to connect the Manager
-
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.
-
Custom Report Templates
Is it possible to create our own Report templates. I would like to retrieve the value of a specific registry entry for all devices. Is it possible? I could easily imagine, that doing the same with WMI and Performance Counter entries could come handy..
- FEATURE REQUEST : Postpone Warning or Notification for x-period
- FEATURE REQUEST : Monitor multiple ESX hosts form 1 manager
- FEATURE REQUEST : Use (Automation Script) on just one system
-
More that one notification per plugin?
Hi MMSOFT. Is it somehow possible to generate more individual notifications from the same plugin, without using allowMultipleNotifications. It is not hard to imagine that a plugin would have to monitor two or more individual values. If it is not possible, consider this a feature request :-) Best Regards, Martin.
- SetValueForKey unencrypted?
-
SetValueForKey unencrypted?
Hi MMSOFT. Is there an easy way for using SetValueForKey and GetValueForKey without encrypting the data. Sometimes we want the plugin-data to be configured or manipulated directly via registry. If not, can anyone help providing a C# function that always will return the same registry key name as GetValueForKey/SetValueForKey uses? Best Regards, Martin.
-
Pulseway Manager - hidden settings
Hide Pulseway from Programs and Features: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FFB50A7D-1792-4D46-8812-9200B1A6B153}] "SystemComponent"=dword:00000001 You could also try to add "ARPSYSTEMCOMPONENT=1" to the commandline string when doing the unattended installation. Br, Martin.
-
Agent job staus in SQL server module
It would be nice with a build in option to trigger notifications based on failed Agent Jobs. We are currently using this custom SQL Query in 'msdb': SELECT STUFF((SELECT N', ' + name FROM (SELECT name FROM dbo.sysjobs WHERE (SELECT TOP 1 run_status FROM dbo.sysjobhistory WHERE (step_id = 0) AND (job_id = sysjobs.job_id) ORDER BY run_date DESC, run_time DESC) = 0 AND (enabled = 1)) AS [n1] FOR XML PATH(''),TYPE).value('text()[1]','nvarchar(max)'),1,2,N'') AS [Failed] // Martin.
-
Backup status in SQL Server module
It would be nice with a build in option to trigger notifications based on the date since last backup of any databse. We are currently using this custom SQL Query i 'msdb': SELECT STUFF((SELECT N', ' + name FROM (SELECT TOP (100) PERCENT db.name FROM (SELECT name FROM master.sys.databases WHERE (state = 0) AND (NOT (name IN ('tempdb')))) AS db LEFT OUTER JOIN (SELECT database_name AS name, backup_finish_date AS timestamp FROM dbo.backupset UNION SELECT name, create_date FROM master.sys.databases) AS b ON b.name = db.name GROUP BY db.name HAVING (NOT (1 * ISNULL(STR(ABS(DATEDIFF(hh, GETDATE(), MAX(b.timestamp)))), - 1) BETWEEN 0 AND 48)) ORDER BY db.name) AS [n1] FOR XML PATH(''),TYPE).value('text()[1]','nvarchar(max)'),1,2,N'') AS [Missing] // Martin.
-
Get notification list by webservice/API.
Hi Paul It sounds great with REST API v2. I will hold my breath.... An other approach on the notification archive, could be a setting on the enterprise server, that once a day exports the entire database to a remote (Azure) SQL-server. I have seen this on competitive programs, and it works very fine for reporting. Br, Martin.
-
Get notification list by webservice/API.
Is it possible to retrieve the current notification via som API/OData/Webservice. And is it posible to to delete a noticifation this way Well, the mobile apps can do it, so I guess teh webservice exists - but is it public available? Altso it would be cool if the notification archive of Enterprise server were availabe as OData so it could be used in PowerBI. Br, Martin.
-
Package for Synology
- Alert management
-
Enhance graphs in the apps
+1 It would be very nice If all the graphs, would have some more retention time - like lets say 30 days. I know that you as a cloud serve don't want to collect to much data, but it could be an Enterpise Server feauture, or the data could be keept at the agent. It would also we great if we could compare different legends on the same graph. This could be a mini performance monitor availability on the Enterprise Server website, like the notification history. Best Regards, Martin
-
Manage Tags from Pulseway Manager
I know - But it would be nice to add tags when setting op the agent. We are setting specific performance counters and eventlog filters based on applications. It would be great to tag the devices for these applications are the same time. Br, Martin
-
Event Log entries when agent is not running.
Any news? I guess not
-
Time differentiated configuration sets - a.k.a. Light maintenance mode
Hi. When I earlier were using the "BMC Patrol" monitoring software, we found good use of this blackout module: http://www.sentrysoftware.net/Products/Blackout_Overview.asp You could get some realy good ideas for improving your blackout/mantenance function in Pulseway, by look at the features and screenshots. Best Regards, Martin Stevnhoved
-
Manage Tags from Pulseway Manager
Hi Pulseway. It would be very nice to be able to manage Tags from the client. It could be in the Pulseway Manager, in the registry settings, or via commandline. Could that be possible? Br, Martin.
- Unattended component download
-
Unattended component download
Hi. It it possible to download some of your extra components durring unattended setup, or afterwards by command line etc.? Specificly we are talking about: System --> Remote Desktop --> Enable Remote Desktop --> Yes to download Monitor and Manage SQL Server --> Monitor and Manage SQL Server --> Yes to download Br, Martin.