We modified this alert by going to the ** /opt/canonical/landscape/canonical/landscape/model/computer/alerts.py** and changing this values:
@ivar ping_check_interval: Minutes elapsed since the last ping time to
consider a L{Computer} offline.
@ivar exchange_check_interval: Minutes elapsed since the last exchange
time to consider a L{Computer} offline.
ping_check_interval = 23040
exchange_check_interval = 23040
Perhaps its not the most elegant solution, and you cant really target specific devices with different values, but its a start.
Another thing that would be great is the ability to have multiple search criteria on the “Instances” page. ex. Online and has Package Updates. I do not see a current way to do so.
The “task view” for activities would be greatly improved if you could resize it rather than having to scroll to the right at the bottom to see all of the text output.
It would also be awesome if there were a way to pull files back to the server. Cool that you can copy files to the endpoint, but rather than having to review the output of a script in the “task view” on the activities page, pulling a log back for review would be more powerful.
1 - search by name when running an existing script, you have to scroll and if you have lots of scripts like I do is a pain to find the one.
2 - upload a file to be used on the runtime. Example I had a script to renew a license file that I would upload every time i needed to update the license.
here is how it looks on the old portal