push
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
max_age = "12h";
|
max_age = "12h";
|
||||||
labels = {
|
labels = {
|
||||||
job = "systemd-journal";
|
job = "systemd-journal";
|
||||||
host = "your_hostname";
|
host = "box";
|
||||||
instance = "127.0.0.1";
|
instance = "127.0.0.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
labels = {
|
labels = {
|
||||||
job = "nginx";
|
job = "nginx";
|
||||||
__path__ = "/var/log/nginx/*.log";
|
__path__ = "/var/log/nginx/*.log";
|
||||||
host = "your_hostname";
|
host = "box";
|
||||||
instance = "127.0.0.1";
|
instance = "127.0.0.1";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user