We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d24ec2 commit a30782bCopy full SHA for a30782b
src/Monitor/Config.json
@@ -11,13 +11,13 @@
11
12
"notification_delay_in_hours" : 1,
13
"history_expire_time_in_days" : 7,
14
-
+ "api_request_name" : "serverinfo",
15
"format" : "json",
16
17
"db_hostname" : "localhost",
18
- "db_username" : "",
19
- "db_password" : "",
20
- "db_name" : "",
+ "db_username" : "root",
+ "db_password" : "monster666",
+ "db_name" : "status",
21
"db_driver" : "pdo_mysql",
22
23
"ms_in_hour": 3600,
src/Monitor/Model/Trigger.php
@@ -15,7 +15,7 @@ class Trigger
**/
private $notification_id;
/**
- * @Column(type="integer")
+ * @Column(type="string")
private $value;
0 commit comments