gchristian

Comments

  • Right, all feature requests require further development because they are functionality that doesn't currently exist. You would determine where by having a configuration screen where that is defined. For example, currently when you go to the action tab of an action rule can you select from various things that modify the…
  • With the help of Heikki (who liked the post above) i've got this working. - If you are modifying an existing account - you need to uncheck SSL for the imap settings. Make sure it reverts the port back to 143. Save the account - wait for it to timeout (as it will not be able to connect to google that way). - login to google…
  • to accommodate solar-winds lack of accommodation, this is how i am moving forward. Docker compose file for a relay that lives on the same box as WHD and compensates for its archaic limitations: version: '3.2' services: smtp-relay: image: simenduev/postfix-relay restart: unless-stopped container_name: smtp-relay ports: -…
  • Has anyone successfully setup mail with a google account using oauth? I can get it to authorize, but then the attempts to pull down email fail. "invalid error response (statusCode: 400 BAD_REQUEST): validation failed " Support tells me to use office 365 instead of imap....and then authorization doesn't even happen because…
  • I was going to put in a request for the simpler just associate a status with which request types it should show as an option to select for, but figured there must be a similar feature request out there. And here it is!
  • Awesome explanation amizos907, i wasn't able to get it to work though when I visit my help desk instance i get redirected to a google page that says Error: not_a_saml_app. Maybe having WHD sitting behind NGINX is my problem somehow.
  • This may not be a highly voted on feature.........but those who would utilize it add value to your product without you needing to do much besides provide the hook. This should be an easy win as you already do it with other data sets that are similarly laid out in the database. I would like to stay out of the database, but…
  • Yes it is set to that and on for everyone. Works now! Thanks. Must have been a propagation thing on googles end. It always says "may take x amount of time" and its usually instant so I am trained to ignore that.
  • I also submitted a ticket for this. I recently setup a sendgrid account to solve all my email problems and decommission my local smtp and this was a silly way to be thwarted. I can't imagine this is a difficult fix, so I would hope it makes it into the next release.
  • The only way I can think to do this is by having the logic sit outside of WHD and have it done via the API. Create a field for "scheduled status date" and then maybe one for "scheduled status" then have a script run everyday at midnight to find anything with a scheduled status date <= today and update it to the scheduled…
  • SolarWinds - SolarWinds Sets Its Sights on the ITSM Market through Acquisition of Samanage and Introduction of a SolarWi… WHD has a lot of features that samanage didn't went we left them and went to WHD. It did have a much better UI, and certain features WHD didn't. For instance, the API wasn't as unpolished as WHD's. But…
  • Does the WHD ios client use the API to communicate with the server? I can't think of any reason this would need to be closed source - the only "trade secret" it could have is poor code. The app is useless to anyone without a paid WHD server. If you open sourced it people could either contribute or use it as example code to…