Replace telegraf with node exporter
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -308,85 +308,85 @@ in
|
||||
settings = {
|
||||
"markerIconRules" = [
|
||||
{
|
||||
"ruleName" = "default";
|
||||
"preset" = true;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-circle";
|
||||
"markerColor" = "blue";
|
||||
ruleName = "default";
|
||||
preset = true;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-circle";
|
||||
markerColor = "blue";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#restaurant";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-utensils";
|
||||
"markerColor" = "red";
|
||||
ruleName = "#restaurant";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-utensils";
|
||||
markerColor = "red";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#bar";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-martini-glass";
|
||||
"markerColor" = "purple";
|
||||
ruleName = "#bar";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-martini-glass";
|
||||
markerColor = "purple";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#coffee";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-mug-hot";
|
||||
"markerColor" = "purple";
|
||||
ruleName = "#coffee";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-mug-hot";
|
||||
markerColor = "purple";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#culture";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-building-columns";
|
||||
"markerColor" = "black";
|
||||
ruleName = "#culture";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-building-columns";
|
||||
markerColor = "black";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#shopping";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-shopping-bag";
|
||||
"markerColor" = "yellow";
|
||||
ruleName = "#shopping";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-shopping-bag";
|
||||
markerColor = "yellow";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#entertainment";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-microphone";
|
||||
"markerColor" = "pink";
|
||||
ruleName = "#entertainment";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-microphone";
|
||||
markerColor = "pink";
|
||||
};
|
||||
}
|
||||
{
|
||||
"ruleName" = "#nature";
|
||||
"preset" = false;
|
||||
"iconDetails" = {
|
||||
"prefix" = "fas";
|
||||
"icon" = "fa-tree";
|
||||
"markerColor" = "green";
|
||||
ruleName = "#nature";
|
||||
preset = false;
|
||||
iconDetails = {
|
||||
prefix = "fas";
|
||||
icon = "fa-tree";
|
||||
markerColor = "green";
|
||||
};
|
||||
}
|
||||
];
|
||||
"searchProvider" = "google";
|
||||
"geocodingApiMethod" = "path";
|
||||
"geocodingApiPath" = hmConfig.sops.secrets."google/geocoding".path;
|
||||
"useGooglePlaces" = true;
|
||||
"letZoomBeyondMax" = true;
|
||||
"showGeolinkPreview" = true;
|
||||
"newNotePath" = "Inbox";
|
||||
searchProvider = "google";
|
||||
geocodingApiMethod = "path";
|
||||
geocodingApiPath = hmConfig.sops.secrets."google/geocoding".path;
|
||||
useGooglePlaces = true;
|
||||
letZoomBeyondMax = true;
|
||||
showGeolinkPreview = true;
|
||||
newNotePath = "Inbox";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user