Opened 7 years ago
Closed 7 years ago
#7 closed task (fixed)
add daemon for cockpit
Reported by: | zhangjr | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Version: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Parent ID: | ||
Parent Tickets: | Estimated Number of Hours: | 0.0 | |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0 |
Description (last modified by zhangjr)
cockpitDaemon enable monitor the 'restart' command from web.
Subtickets
Child Tickets
Change History (2)
comment:1 Changed 7 years ago by zhangjr
- Description modified (diff)
comment:2 Changed 7 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
#!/usr/bin/python
import sys
import time
import threading
import subprocess
class main(threading.Thread):
if name=="main":