mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 01:46:27 +02:00
Add phone reliability features
This commit is contained in:
parent
44b855dd48
commit
52c849e043
22 changed files with 837 additions and 188 deletions
10
templates/email/phone-reliability-unknown.php
Normal file
10
templates/email/phone-reliability-unknown.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
Le téléphone <?php $this->s($phone['name']); ?> semble rencontrer un taux de SMS incconnus anormalement élevé.
|
||||
|
||||
Période prise en compte : <?php $this->s($period); ?> dernières minutes
|
||||
Total de SMS : <?php $this->s($total); ?>
|
||||
Nombre d'inconnus : <?php $this->s($unreliable); ?>
|
||||
Taux d'inconnus : <?php $this->s($rate); ?>%
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------------------
|
||||
Pour plus d'informations sur le système RaspiSMS, rendez-vous sur le site https://raspisms.fr
|
Loading…
Add table
Add a link
Reference in a new issue