Site Tools


linux:scripts:monitoringtool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:scripts:monitoringtool [2019/07/17 17:38] lunetikklinux:scripts:monitoringtool [2019/07/17 17:41] lunetikk
Line 947: Line 947:
 </code> </code>
  
 +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  DEFAULT CHARSET=latin1;
 +</code>
  
 index.php/ the site itself\\ index.php/ the site itself\\
Line 952: Line 965:
  
 the search\\ the search\\
-{{:linux:scripts:pasted:20190717-154118.png}}+{{:linux:scripts:pasted:20190717-173938.png}}
  
 the alarm popup\\ the alarm popup\\
-{{:linux:scripts:pasted:20190717-154125.png}}+{{:linux:scripts:pasted:20190717-173943.png}}
  
  
linux/scripts/monitoringtool.txt · Last modified: 2019/10/28 12:39 by lunetikk