This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:scripts:monitoringtool [2019/07/17 17:38] – lunetikk | linux:scripts:monitoringtool [2019/10/28 12:39] (current) – lunetikk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== My own Monitoringtool ====== | ====== My own Monitoringtool ====== | ||
| - | I really dont know where to beginn | + | I really dont know where to begin with. |
| I had this project... | I had this project... | ||
| Line 947: | Line 947: | ||
| </ | </ | ||
| + | The database | ||
| + | <code - Meldungen.sql> | ||
| + | CREATE TABLE IF NOT EXISTS `Meldungen` ( | ||
| + | `IdMeldungen` int(11) NOT NULL AUTO_INCREMENT, | ||
| + | `Status` varchar(32) NOT NULL, | ||
| + | `Datum` date NOT NULL, | ||
| + | `Uhrzeit` varchar(8) NOT NULL, | ||
| + | `Standort` varchar(20) NOT NULL, | ||
| + | `Meldung` varchar(64) NOT NULL, | ||
| + | `Alarmfenster` tinyint(1) NOT NULL, | ||
| + | PRIMARY KEY (`IdMeldungen`) | ||
| + | ) ENGINE=InnoDB | ||
| + | </ | ||
| index.php/ the site itself\\ | index.php/ the site itself\\ | ||
| Line 952: | Line 965: | ||
| the search\\ | the search\\ | ||
| - | {{: | + | {{: |
| the alarm popup\\ | the alarm popup\\ | ||
| - | {{: | + | {{: |