I’m not good with CSS, so I’m sure a lot of you will roll your eyes at this one.
I am trying to figure out how to make the output look different. I would like to use much smaller boxes and / or icons instead of the large boxes that is uses by default. I am trying to make a dashboard for our Intranet that will display all major systems in one corner of the main page.
]]>Hi, here are some ideas to implement in future.
1. Backend – Automatically split the table in to pages when new rows are being added. For an example, maximum 10 servers per page.
2. Option to stop real time checking feature but automatically check when when a user view a server status that has not been checked in the past 30 minutes / 1 hour.
3.ping.
All the best.
]]>By the way, i loved your plugin. I’m a huge fan of your work, it solved a lot of problems for me. Thank you very much.
But… carring on…
The problem is… When i access https://my.website.com/wp-admin/site-health.php i recieve some errors only when the plugin is active.
These marked with the red arrow: https://prntscr.com/tlsxsd
* API REST found an error
* loopback error
* Problems with wp_version_check()
This is my screen with the plugin disabled: https://prntscr.com/tlt0y3
Really would like to use this plugin, wish you can fix it without have many troubles.
Best Regards.
]]>Is it possible to have the status show the actual Hostname under the server name?
]]>Hello!
Added ; `add_filter(“atr_server_success_message”, function($message, $server) {
return $server->humanname.” appears to be working alright.”;
}, 10, 2);
add_filter(“atr_server_error_message”, function($message, $server) {
return $server->humanname.” is down.”;
}, 10, 2);`
Into my functions.php .. but that dont work.
Suggestion?
]]>