pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/prometheus/files/smf
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Apr 15 14:48:58 UTC 2020
Added Files:
pkgsrc/databases/prometheus/files/smf: manifest.xml
Log Message:
prometheus: Add SMF manifest.
Submitted by Brian Hechinger in joyent/pkgsrc#235.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/prometheus/files/smf/manifest.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/databases/prometheus/files/smf/manifest.xml
diff -u /dev/null pkgsrc/databases/prometheus/files/smf/manifest.xml:1.1
--- /dev/null Wed Apr 15 14:48:58 2020
+++ pkgsrc/databases/prometheus/files/smf/manifest.xml Wed Apr 15 14:48:57 2020
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+<service_bundle type="manifest" name="export">
+ <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="1">
+ <create_default_instance enabled="false"/>
+ <single_instance/>
+ <dependency name="network" grouping="require_all" restart_on="error" type="service">
+ <service_fmri value="svc:/milestone/network:default"/>
+ </dependency>
+ <dependency name="filesystem" grouping="require_all" restart_on="error" type="service">
+ <service_fmri value="svc:/system/filesystem/local"/>
+ </dependency>
+ <method_context>
+ <method_credential user="nobody" group="nobody" privileges="basic,net_privaddr"/>
+ </method_context>
+ <exec_method type="method" name="start" exec="@PREFIX@/bin/prometheus --storage.tsdb.path=@VARBASE@/lib/prometheus/data --config.file=@PKG_SYSCONFDIR@/prometheus.yml &" timeout_seconds="30">
+ </exec_method>
+ <exec_method type="method" name="restart" exec=":kill" timeout_seconds="60">
+ <method_context />
+ </exec_method>
+ <exec_method type="method" name="stop" exec=":kill" timeout_seconds="60">
+ <method_context />
+ </exec_method>
+ <exec_method type="method" name="refresh" exec=":kill -HUP" timeout_seconds="60">
+ <method_context />
+ </exec_method>
+ <property_group name="startd" type="framework">
+ <propval name="ignore_error" type="astring" value="core,signal"/>
+ </property_group>
+ <property_group name="application" type="application"/>
+ <stability value="Stable"/>
+ <template>
+ <common_name>
+ <loctext xml:lang="C">Prometheus monitoring system and time series database</loctext>
+ </common_name>
+ </template>
+ </service>
+</service_bundle>
Home |
Main Index |
Thread Index |
Old Index