Josh-405 Posted August 6, 2020 Posted August 6, 2020 After noticing the addition of Custom Fields to the Scripts section, I was testing it out and wanted to store a value in a Custom Field for each system. I have setup a powershell script that should save a variable value to the Custom Field and ran it against my computer. The script ran successfully, but I am not able to find the Custom Field to see if value was saved properly. Where can the Custom Field be found?
eDecisions Posted August 6, 2020 Posted August 6, 2020 I too played with them, I found as currently configured they are of no use to me, what I'm waiting for is a prompt at run time, you click your script and you get a prompt: enter drive lettr: or enter user name: or enter something, I'd find that a lot more usefull.Insert other media
Josh-405 Posted August 7, 2020 Author Posted August 7, 2020 That would certainly be useful as well! If I cannot find the field containing the results, its not very useful either. Since it is a new feature, it might just not be finished yet. Hopefully someone can shed some light on this.Â
eDecisions Posted August 7, 2020 Posted August 7, 2020 I think thats the case, I submitted a request for info on the new feature and was told they were still working on it. So maybe this is just a pre-release, in its current form its not very usefull to me.
Mark G38 Posted August 4, 2021 Posted August 4, 2021 Going to bring this thread back to the top. If anyone else feels that having the ability to input at run time a variable they declared as a custom field in their scripts, please upvote. This is probably one of the single biggest improvements I want to see with Pulseway. Custom variables should be able to be set to prompt at run for input. We should also be able to set Customer level variables that are static and can be called in a given script.  Here is the link to the feature request. I did search and didn't find someone else asking about this, but I may have missed it. Either way, doesn't seem high on the list of votes so getting more attention to it would be great. https://pulseway.featureupvote.com/suggestions/189283/more-robust-input-and-site-variables haylebop, Jamie Taylor, Seth and 1 other 4
Jamie Taylor Posted August 4, 2021 Posted August 4, 2021 Thanks for sharing the featureupvote link Mark. Appreciate it.
haylebop Posted October 1, 2021 Posted October 1, 2021 @Josh-405, If you are still looking for where the values of the fields are. For System Variables, the value is under each system. But only shows up when the agent is online, as I believe it and most other machine info/processing is done on the client side. I've also been messing around with them, found that i can make a PS script to increment a counter stored in a System custom field, for remembering the amount of High CPU usage alerts on a machine. I call it with a workflow when the alert comes through, and then check the Custom field value after if over 3 it will send a ticket to our helpdesk. IDK if it works yet as I just put it together this morning, but the logic seems right. To get around the problem of running a script with input, I've been using a Global Custom Field that my script calls and editing that value manually before running the script. Works well for quarterly wifi password rolls, not so much for per machine configs. Â
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now