diff options
author | M.Gergő | 2020-04-07 00:41:30 +0200 |
---|---|---|
committer | M.Gergő | 2020-04-07 00:41:30 +0200 |
commit | 6956ad74c93efbbe9ff30b81fea2b68258b5cb99 (patch) | |
tree | 68aa2d1dffaf35ce5d036fda9ab7a655c367bd87 /nextcloud_munin.php | |
parent | eee3b4fbded1c797adb788e8710300e0b2a9c11a (diff) | |
download | munin-nextcloud-6956ad74c93efbbe9ff30b81fea2b68258b5cb99.tar.gz munin-nextcloud-6956ad74c93efbbe9ff30b81fea2b68258b5cb99.zip |
Munin graphs for Nextcloud
Diffstat (limited to 'nextcloud_munin.php')
-rwxr-xr-x[-rw-r--r--] | nextcloud_munin.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nextcloud_munin.php b/nextcloud_munin.php index e0423f4..e813436 100644..100755 --- a/nextcloud_munin.php +++ b/nextcloud_munin.php @@ -113,13 +113,14 @@ $time_req = time()-60*$set['diff_minutes']; $ret['data'][$d_pfx.'comm']['info'] = "Comments"; $ret['data'][$d_pfx.'cal']['label'] = "Calendar actions"; $ret['data'][$d_pfx.'cal']['info'] = "Calendar actions/operations"; - $ret['data'][$d_pfx.'other']['label'] = "Other actions"; - $ret['data'][$d_pfx.'other']['info'] = "Other actions"; - //------------ Applications enabled ------------/ + //------------ Applications enabled ------------// $ret['data'][$d_pfx.'talk']['label'] = "Talk events"; $ret['data'][$d_pfx.'talk']['info'] = "Nextcloud Talk events"; $ret['data'][$d_pfx.'antivirus']['label'] = "Virus detect"; $ret['data'][$d_pfx.'antivirus']['info'] = "Virus Detections by files_antivirus"; + //------------------ Others --------------------// + $ret['data'][$d_pfx.'other']['label'] = "Other actions"; + $ret['data'][$d_pfx.'other']['info'] = "Other actions"; mysqli_set_charset($l, "utf8"); $r = mysqli_query($l, " SELECT * FROM ".mysqli_real_escape_string($l, $set['db_db']).".".mysqli_real_escape_string($l, $set['db_prefix'])."activity |