projects
/
ampy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added note about cgroup2 protection
[ampy.git]
/
html
/
currentjson.php
1
<?php
2
3
require_once("config.php");
4
require_once("ampy.inc.php");
5
6
header("Content-Type: text/json");
7
8
ampy_flush_rrd_daemon();
9
10
echo(json_encode(ampy_get_info()));
11
?>