Server IP : 85.214.239.14 / Your IP : 18.226.34.80 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/root/proc/2/root/proc/2/cwd/lib/python3/dist-packages/supervisor/ui/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:meld="https://github.com/Supervisor/supervisor"> <head> <title>Supervisor Status</title> <link href="stylesheets/supervisor.css" rel="stylesheet" type="text/css" /> <link href="images/icon.png" rel="icon" type="image/png" /> </head> <body> <div id="wrapper"> <div id="header"> <img src="images/supervisor.gif" alt="Supervisor status" /> </div> <div meld:id="content"> <div class="hidden" meld:id="statusmessage">#</div> <form meld:id="form" action="index.html" method="post"> <ul id="buttons" class="clr"> <li class="action-button"><a href="index.html?action=refresh">Refresh</a></li> <li class="action-button"><a href="index.html?action=restartall">Restart All</a></li> <li class="action-button"><a href="index.html?action=stopall">Stop All</a></li> </ul> <table cellspacing="0" meld:id="statustable"> <thead> <tr> <th class="state">State</th> <th class="desc">Description</th> <th class="name">Name</th> <th class="action">Action</th> </tr> </thead> <tbody meld:id="tbody"> <tr meld:id="tr" class=""> <td meld:id="status_td" class="status"><span meld:id="status_text" class="statusnominal">nominal</span></td> <td meld:id="info_td"><span meld:id="info_text">Info</span></td> <td meld:id="name_td"><a href="#" meld:id="name_anchor" target="_blank">Name</a></td> <td meld:id="action_td" class="action"> <ul> <li meld:id="actionitem_td"> <a href="#" name="#" meld:id="actionitem_anchor">Action</a> </li> </ul> </td> </tr> </tbody> </table> </form> </div> <div class="push"> </div> </div> <div id="footer" class="clr"> <div class="left"> <a href="http://supervisord.org">Supervisor</a> <span meld:id="supervisor_version">#</span> </div> <div class="right"> &copy; 2006-<span meld:id="copyright_date">#</span> <strong><a href="http://agendaless.com/">Agendaless Consulting and Contributors</a></strong> </div> </div> </body> </html>