時間序列資料庫rrd啟動

2021-08-21 11:39:41 字數 1160 閱讀 1259

然後執行啟動定時任務

目錄:etc/crontab

shell=/bin/bash

path=/sbin:/bin:/usr/sbin:/usr/bin

mailto=root

home=/

# for details see man 4 crontabs

# example of job definition:

# .---------------- minute (0 - 59)

# | .------------- hour (0 - 23)

# | | .---------- day of month (1 - 31)

# | | | .------- month (1 - 12) or jan,feb,mar,apr ...

# | | | | .---- day of week (0 - 6) (sunday=0 or 7) or sun,mon,tue,wed,thu,fri,sat

# | | | | |

# * * * * * user-name command to be executed

0 * * * * root /bin/sleep 5; /bin/bash /opt/stoprrd.sh

0 * * * * root /bin/sleep 10; /bin/bash /opt/startrrd.sh

0 */1 * * * root /bin/bash /opt/logclean.sh

*/5 * * * * root ntpdate time.windows.com

*/1 * * * * root /bin/bash /opt/t.sh

時間序列資料庫啟動方法:

1.定時任務寫進去之後執行指令碼par..sh(mysql分割槽指令碼)

備註:分割槽指令碼執行之後,要修改另外乙個指令碼的密碼/usr/local/zabbix/cron.d/housekeeping.sh ,把這個指令碼裡的zabbix密碼修改未zabbixpwd123

(是否備份資料庫,選否)指令碼放到opt下面

2.到/opt/zrrdapi/這個目錄下,然後打screen命令進入後端,執行./zrrdapi這個命令(dtrrd放到opt下面)

3.執行chmod a+x /opt/dtrrd 再執行 /opt/startrrd.sh

mysql rrd 時間序列資料庫rrd啟動

然後執行啟動定時任務 目錄 etc crontab shell bin bash path sbin bin usr sbin usr bin mailto root home for details see man 4 crontabs example of job definition minu...

influxdb時間序列資料庫版本公升級

influxdb0.9x和1.0x版本的資料儲存引擎不一致,前者是bz或bz1,後者是tsm,如果直接公升級,不更改儲存引擎,1.0x版本無法讀出0.9x的資料。公升級方式是停止influxdb並之後解除安裝influxdb0.9x,解除安裝完成後安裝influxdb1.0x,先不要啟動服務,執行以...

ganglia筆記 rrd資料庫

為了給ganglia監控的資料加上報警的功能,在jenkins裡加了乙個定時job,執行報警的指令碼。指令碼需要對ganglia記錄的資料進行分析,以下是一點粗淺的理解。1454465040 1.7000000000e 01 3.0000000000e 00 1454465055 1.7000000...