Jump to content

Martin Stevnhoved

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by Martin Stevnhoved

  1. Hi MMSOFT, I would like to share some improvement suggestions for the Dashboard app. They are mainly seen from a dispatcher point of view, and not for a monitoring display screen, so they are centralized about the "All Notifications" list. 1. Change (default) view to "All Notifications" list. As a dispatcher the focus is on the notifications, and not the systems. It would be nice to be able the change the main window to the "All Notifications" list, insted of getting a popup window. It could be from the view menu, or by a separate launch-parameter/shortcut. 2. Sort columns in "All Notifications" list. It is not possible to the sort the notification list by clicking column headers. That should be a very easy implementation, that brings value to the dispatcher. 3. Right-click actions on the notification list. A dispatcher doesn't only look at notification list. He also takes a notification. So it would be great with the possibility to run custom action, be right-clicking on notifications. It could be actions like "Assign notification", "Create Zendesk Ticket", "Send email", "Open system in webapp", "Write comment". It could be implemented by custom actions, like running executables or calling webservices. It could also be implemented by plugins. 4. Show (results of) executed actions in notification list If a custom action (above idea no. 3) has been executed on a notification it should be visible on the notification list. It could be by an icon column, or the line changing color. 5. Notification comments. It should be possible to put simple comments on a notification, both from the dashboard, and in all other apps. It should be easy the see that a notification has a comment on any notification list. You are welcome to contact me, if you need ideas to how it could be implemented.
  2. When I …. Open Dashboard app Open the All Notifications window View a notification Use the Previous and Next buttons .. only the text and date is changed, not the System name and Group name
  3. I want to create Zendesk tickets from notifications, from the notification list in your apps or the dashboard. And when a ticket is created I would like the ticket number to be saved on the notification. Ad-hoc creation of Zendesk tickets is not supported by you, so I might have to code our own notification list view from your API. Bu I cannot find any place to write the ticket number, so unfortunately I would have to provide our ovn SQL table containing relation between Notification ID and Zendesk Tickets. A writeable field, like comment or ticket id, on notifications would eliminate the use for a external table. Of course with API support. But a built in function to create Zendesk-tickets from notification lists in your apps or as a minimum in the dashboard app would be the best approach.
  4. What is the status @Paul We could really really need the option to cheate ad-hoc tickets from apps or the dashboard. We have a few times tried to enable Zendesk tickets, but we get floaded with ghost-notifications. We need to have notifications validated by human before we create the ticket. A simple comment-field on notifications, that has been implemented in dashboard and api, would be a convenient place to save the related ticket-number.
  5. Hi Pulseway, I would like the possibility to add monitoring for Public Ports. The Pulseway Agent could ask the Pulseway server to test for open ports at the Public IP. I would also like a boolean value, so we could decide if we want a notification, if the port is open or closed. --- Summed up, I would like to monitor if some critical ports are open from the public IP, like SSH, RDP, etc. and get notified if they are. Of course I could write a Plugin the is based on a webservice, but it would be more smooth, with a build in feature. --- Br, Matin.
  6. Aha, now I understand! The report does not execute the report, but just uses the last execution history. I don't think it is the best approach, because we should then double-schedule to create a report. But I now understand it works. Perhaps you should rename the template to "Last Task Execution Report", to be less misleading.
  7. +1 for Exchange Online, Azure AD, Azure SQL, etc. +1 for an updated Azure module. :-)
  8. Hi. It would be amazing if all reports had a "Generate individual reports for each organization" option. Then we could just schedule a single report for "all systems" and get individual reports for each customer. The alternative is to set up individual reports scoped for each customer. And as a bonus remember to set up new reports every time a new customer is onboarded. :-)
  9. Hi Mark. That was also was I understood was happening. I was just asking if it was the expected behavior, and I now understand it is. For me it was just more intuitive if the scope was inherited from the report to the task. If you don't run a task directly (or by schedule) what would be the idea of running it on an other subset then the report does. For me the best practice would be to let the scope be inherit, or just drop the scope selection on the report. But it was just my thoughts. :-)
  10. You can see the opposite example in the report in your announcement. Here you have executed the report for "all systems" but the task is scoped for "www". In my example, it is the other way around.
  11. Wau @Paul, that's amazing! But to make it all perfect, here are some improvement ideas, that could be configured on the report. * Skip/ignore/hide scripts/task that doesn't generate output. * Skip/ignore/hide scripts/tasks with Exit Code 0. Thumbs up! Martin. And a tiny question @Paul. :-) I have made a report scoped for a subset for systems, based on a task scoped for "All Systems", The report does only contains reports for the subset of systems, but the frontpage says "All Systems" and indicates that it has also been executed on all systems. Is that expected behaviour? Br, Martin.
  12. How does others work around this limitation for application support teams?
  13. If a user (in a team) only has Read-only access to a system, the user also only have view-only Remote Desktop access. We would like read-only users to have full access to Remote Desktop. Application supports should not be able to manage the server If you don't like to change that behaviour, you could implement a setting on the Remote Desktop module to allow read-only users full access to user-accepted Remote Desktop access sessions
  14. Hi. I am trying to make a read-only team. It should have access to all devices like te "Administrators" team, but just read-only. I can set the access level for all individual organizations, but when we create new organizations i have to updates the teams access level for this organizations. If the Access level editor has a top-level "All Organizations" where it is possible to set the acces level for inherance to all organizations. Could that be possible?
  15. Hi Paul, Internally we have 70-100 workstations that has bitlocker enabled. Plus that an increasing number of our customer are using bitlocker. Several times every month end users are reporting that they are prompted for bitlocker recovery password at boot. When we are at the office is it simple for us to log on to the domain controller at find the password. But if the request comes when we are offsite or outside business hours, it would be very helpful to look up the password in Pulseway on the domain controllers AD server module, and sendt it by email or text message. Of course we can make a script, but it would be more convenient if the password could be looked up and sendt from Pulseway. We could also solve it by writing our own plugin. But here we are missing the option of sending a text as mail/sms/share from the Pulseway app.
  16. Hi again @Paul. How does CanSendNotifications work together with notificationIdentifier?
  17. Hi Paul. I found it myself: void SendNotificationToAllDevices(string message, NotificationPriority priority, bool allowMultipleNotifications, string notificationIdentifier) Are there any more hidden gems, not mentioned in the docs?
  18. Hi @Quenten Grasso I think that you are missing, that the post was posted in 2015 Today it is indeed possible with scripts and tasks.
  19. Hi @Marius and @Chris. Have you been looking into this?
  20. Hi Paul. Can you help me to find the documentation for different notifications? I need the default option (without allowMultipleNotifications) to work with different notifications. I guess it should be possible to add som kind of notification_id.
×
×
  • Create New...