forked from menault/TD2_DEV51_Qualite_Algo
26 lines
458 B
Plaintext
26 lines
458 B
Plaintext
Deamon.c
|
|
|
|
create_deamon : 4 routes
|
|
ping_request : 2 routes
|
|
send_check : 4 routes
|
|
check_keep_working :6 routes (voir graph_n1)
|
|
daemon_work : 4 routes
|
|
|
|
db_sqlite.c
|
|
|
|
db_connect : 1 routes
|
|
db_disconnect : 1 routes
|
|
insert_hourly_report : 1 routes
|
|
|
|
ping_report.c
|
|
|
|
main : 4 routes
|
|
|
|
stats.c
|
|
|
|
get_ping_from_temp_log : 11 routes
|
|
|
|
utils.c
|
|
|
|
write_pid_file : 2 routes
|
|
remove_file : 1 routes |