This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM has received this request and will consider it for a future code update. No commitment is made or implied.
The CEAC has reviewed this requirement and recommends that IBM view this as a MEDIUM priority requirement that should be addressed.
We can see the benefit of being able to programmatically interact with Monitors preferably by an IBM i service.
Background: The COMMON Europe Advisory Council (CEAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.
To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT
Therese Eaton – CEAC Program Manager, IBM
Hello Dawn,
Maybe I was not clear in what I wrote, it was only intended as a workaround for the time being. It was never offered as a solution, as we can not expect from IBM to fulfil requested RFE's on the spot, my suggestion could be of value for Brian.
His RFE is a very good one, with Monitors we need some flexibility, switch an individual monitor on and off is a very good start.
I work with several clients where the ability to schedule monitors would be very valuable. In most cases, the clients I work with actually several metrics and generally have different times of the day where the peaks occur - so the suggestion by Rudy to turn off the monitor server is not an option. The ability to schedule individual monitors to be active at specific times would be extremely useful.
Hello Brian,
As long as the functionality you ask for in this RFE is not there. Maybe the following two commands will help. The downside of them is that they do switch all monitors on or off.
=> CALL PGM(QSYSDIR/QINAVMNSRV) PARM(*STOP)
=> SBMJOB CMD(CALL PGM(QSYSDIR/QINAVMNSRV) PARM(*START)) JOB(QINAVMNSRV) JOBD(QGPL/QDFTSVR)
JOBQ(QSYS/QSYSNOMAX) OUTQ(*CURRENT) USER(QLWISVR) CURLIB(*CRTDFT) INLLIBL(*JOBD) INLASPGRP(*JOBD) CCSID(37)
I can only this helps you for the time being.