Please suggest best configuration for rrdcached daemon in Observium..................!
![](https://secure.gravatar.com/avatar/d10fb0e34cd172cfd9d1d25fb0b312d4.jpg?s=120&d=mm&r=g)
We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:--------->
root@observe:~# cat /etc/default/rrdcached # /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot # default: 0 DISABLE=0
# options to be passed to rrdcached # (do not specify -p <pidfile> - this is handled by the init script) # default: see /etc/init.d/rrdcached OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down # (writing the data to disk may take some time; # tune this according to your setup) # default: 30 MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes # default: 0 ENABLE_COREFILES=0
root@observe:~# root@observe:~#
[Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
![](https://secure.gravatar.com/avatar/9113800bbd271c46f4585a9549d85c15.jpg?s=120&d=mm&r=g)
Hey Chaman, 200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll?
What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here.
/Markus
2016-01-18 10:20 GMT+01:00 Chaman Rathee chaman.rathee@progression.com:
We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:-------à
root@observe:~# cat /etc/default/rrdcached
# /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot
# default: 0
DISABLE=0
# options to be passed to rrdcached
# (do not specify -p <pidfile> - this is handled by the init script)
# default: see /etc/init.d/rrdcached
OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down
# (writing the data to disk may take some time;
# tune this according to your setup)
# default: 30
MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
# default: 0
ENABLE_COREFILES=0
root@observe:~#
root@observe:~#
[image: Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/b9a662d07b64a1778d5d170d5cd2b36b.jpg?s=120&d=mm&r=g)
Just want to confirm what Markus telling.
We are running 600 devices, 25k interfaces and 20k sensors on a couple of SSDs without rrdcache.
/Peter
2016-01-18 10:20 GMT+01:00 Markus Klock markus@best-practice.se:
Hey Chaman, 200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll?
What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here.
/Markus
2016-01-18 10:20 GMT+01:00 Chaman Rathee chaman.rathee@progression.com:
We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:------- à
root@observe:~# cat /etc/default/rrdcached
# /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot
# default: 0
DISABLE=0
# options to be passed to rrdcached
# (do not specify -p <pidfile> - this is handled by the init script)
# default: see /etc/init.d/rrdcached
OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down
# (writing the data to disk may take some time;
# tune this according to your setup)
# default: 30
MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
# default: 0
ENABLE_COREFILES=0
root@observe:~#
root@observe:~#
[image: Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/3bbbd945c333b8013d0dfa23058f65b9.jpg?s=120&d=mm&r=g)
Hi,
'-s www-data' - here must be user under which the poller runs. Also you must set in config.php: $config['rrdcached'] = "unix:/var/run/rrdcached.sock";
All other options seems as fine if correct permissions in /mnt/ramdisk/
On Mon, Jan 18, 2016 at 12:28 PM, Peter Persson peter.persson@bredband2.se wrote:
Just want to confirm what Markus telling.
We are running 600 devices, 25k interfaces and 20k sensors on a couple of SSDs without rrdcache.
/Peter
2016-01-18 10:20 GMT+01:00 Markus Klock markus@best-practice.se:
Hey Chaman, 200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll?
What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here.
/Markus
2016-01-18 10:20 GMT+01:00 Chaman Rathee chaman.rathee@progression.com:
We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:------- à
root@observe:~# cat /etc/default/rrdcached
# /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot
# default: 0
DISABLE=0
# options to be passed to rrdcached
# (do not specify -p <pidfile> - this is handled by the init script)
# default: see /etc/init.d/rrdcached
OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down
# (writing the data to disk may take some time;
# tune this according to your setup)
# default: 30
MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
# default: 0
ENABLE_COREFILES=0
root@observe:~#
root@observe:~#
[image: Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/3a10299c2308b180dd94e38681aa4b5a.jpg?s=120&d=mm&r=g)
Question for Peter,
Curious if you’ve separated your mysql database to another host, or if your SSD’s provide plenty of IO for that many devices plus the DB?
Almost 700 devices here, with 40k interfaces and SAS raid 10 is starting not to cut it. :/
Thanks,
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Peter Persson Sent: Monday, January 18, 2016 4:28 AM To: Observium Network Observation System Subject: Re: [Observium] Please suggest best configuration for rrdcached daemon in Observium..................!
Just want to confirm what Markus telling.
We are running 600 devices, 25k interfaces and 20k sensors on a couple of SSDs without rrdcache.
/Peter
2016-01-18 10:20 GMT+01:00 Markus Klock <markus@best-practice.semailto:markus@best-practice.se>: Hey Chaman, 200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll?
What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here.
/Markus
2016-01-18 10:20 GMT+01:00 Chaman Rathee <chaman.rathee@progression.commailto:chaman.rathee@progression.com>: We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:--------->
root@observe:~# cat /etc/default/rrdcached # /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot # default: 0 DISABLE=0
# options to be passed to rrdcached # (do not specify -p <pidfile> - this is handled by the init script) # default: see /etc/init.d/rrdcached OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down # (writing the data to disk may take some time; # tune this according to your setup) # default: 30 MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes # default: 0 ENABLE_COREFILES=0
root@observe:~# root@observe:~#
[Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
---------------------------- This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient of this e-mail (even if the e-mail address above is yours), (i) you may not use, copy or retransmit it, (ii) please delete this message and (iii) please notify the sender immediately. Any disclosure, copying, or distribution of this message or the taking of any action based on it, is strictly prohibited. ----------------------------
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/06aa7c7b7c1aceeb9f755fe9380d301a.jpg?s=120&d=mm&r=g)
Chaman, You need to move the SQL Database off the same disk as the rrds (separate the disk I/O for the DB and rrd)
for me, as i use VMware, i have two vmdks as lvm for the DB and two vmdks as lvm for the rrds.
if you don't use vmWare or any kind of external disk system, for example fibre connected disk array, then you will have to have a separate host for the SQL DB.
My host is quite busy but busy, but doesn't miss a beat.
pvs PV VG Fmt Attr PSize PFree /dev/sdd DATA_VG lvm2 a-- 60.00g 0 /dev/sde DATA_VG lvm2 a-- 60.00g 0 /dev/sdf SQL_VG lvm2 a-- 20.00g 0 /dev/sdg SQL_VG lvm2 a-- 20.00g 0
(Embedded image moved to file: pic00955.gif)
(Embedded image moved to file: pic05362.gif)
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
********************************************************************** The information contained in this e-mail (including any attachments) is for the exclusive use of the addressee. If you are not the intended recipient please notify the sender immediately and delete this e-mail. It is noted that legal privilege is not waived because you have read this e-mail. **********************************************************************
![](https://secure.gravatar.com/avatar/d10fb0e34cd172cfd9d1d25fb0b312d4.jpg?s=120&d=mm&r=g)
We are using SAS-disk. Then what should be best options for rrdcached in our scenario ?
……… With Best Regards, Chaman Rathee Mob. No:- +91-9560055816
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Markus Klock Sent: 18 January 2016 14:51 To: Observium Network Observation System Subject: Re: [Observium] Please suggest best configuration for rrdcached daemon in Observium..................!
Hey Chaman, 200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll?
What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here.
/Markus
2016-01-18 10:20 GMT+01:00 Chaman Rathee <chaman.rathee@progression.commailto:chaman.rathee@progression.com>: We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:--------->
root@observe:~# cat /etc/default/rrdcached # /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot # default: 0 DISABLE=0
# options to be passed to rrdcached # (do not specify -p <pidfile> - this is handled by the init script) # default: see /etc/init.d/rrdcached OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down # (writing the data to disk may take some time; # tune this according to your setup) # default: 30 MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes # default: 0 ENABLE_COREFILES=0
root@observe:~# root@observe:~#
[Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
[Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
![](https://secure.gravatar.com/avatar/9113800bbd271c46f4585a9549d85c15.jpg?s=120&d=mm&r=g)
That is impossible to answer if you don't tell us have many interfaces and sensors you are planning to monitor.
/Markus
2016-01-18 14:11 GMT+01:00 Chaman Rathee chaman.rathee@progression.com:
We are using SAS-disk. Then what should be best options for rrdcached in our scenario ?
………
With Best Regards,
Chaman Rathee
Mob. No:- +91-9560055816
*From:* observium [mailto:observium-bounces@observium.org] *On Behalf Of *Markus Klock *Sent:* 18 January 2016 14:51 *To:* Observium Network Observation System *Subject:* Re: [Observium] Please suggest best configuration for rrdcached daemon in Observium..................!
Hey Chaman,
200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll?
What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here.
/Markus
2016-01-18 10:20 GMT+01:00 Chaman Rathee chaman.rathee@progression.com:
We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:-------à
root@observe:~# cat /etc/default/rrdcached
# /etc/default/rrdcached
# 0: start rrdcached on boot, 1: do not start rrdcached on boot
# default: 0
DISABLE=0
# options to be passed to rrdcached
# (do not specify -p <pidfile> - this is handled by the init script)
# default: see /etc/init.d/rrdcached
OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B"
# number of seconds to wait for rrdcached to shut down
# (writing the data to disk may take some time;
# tune this according to your setup)
# default: 30
MAXWAIT=30
# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
# default: 0
ENABLE_COREFILES=0
root@observe:~#
root@observe:~#
[image: Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
[image: Fabrikam]
Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
I don't think rrdcached with a ramdisk makes any sense at all? Or is /mnt/ramdisk not a ramdisk?
Tom
On 2016-01-18 14:13, Markus Klock wrote:
That is impossible to answer if you don't tell us have many interfaces and sensors you are planning to monitor.
/Markus
2016-01-18 14:11 GMT+01:00 Chaman Rathee <chaman.rathee@progression.com mailto:chaman.rathee@progression.com>:
We are using SAS-disk. Then what should be best options for rrdcached in our scenario ? ……… With Best Regards, Chaman Rathee Mob. No:- +91-9560055816 <tel:%2B91-9560055816> *From:*observium [mailto:observium-bounces@observium.org <mailto:observium-bounces@observium.org>] *On Behalf Of *Markus Klock *Sent:* 18 January 2016 14:51 *To:* Observium Network Observation System *Subject:* Re: [Observium] Please suggest best configuration for rrdcached daemon in Observium..................! Hey Chaman, 200 devices does not say much, what kind of devices? more importantly, how many interfaces and sensors will these 200 devices have that Observium will need to poll? What kind of storage do you use? I'm pretty sure just a SSD-disk with no rrdcached is the best option here. /Markus 2016-01-18 10:20 GMT+01:00 Chaman Rathee <chaman.rathee@progression.com <mailto:chaman.rathee@progression.com>>: We are monitoring 200 devices. Please suggest best rrdcached configuration and also find my rrdcached file configuration below:-------à root@observe:~# cat /etc/default/rrdcached # /etc/default/rrdcached # 0: start rrdcached on boot, 1: do not start rrdcached on boot # default: 0 DISABLE=0 # options to be passed to rrdcached # (do not specify -p <pidfile> - this is handled by the init script) # default: see /etc/init.d/rrdcached OPTS="-w 1800 -z 1800 -f 3600 -s www-data -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /mnt/ramdisk/ -B" # number of seconds to wait for rrdcached to shut down # (writing the data to disk may take some time; # tune this according to your setup) # default: 30 MAXWAIT=30 # 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes # default: 0 ENABLE_COREFILES=0 root@observe:~# root@observe:~# Fabrikam Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them. _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium Fabrikam Privileged or confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), please delete this message and kindly notify the sender by an emailed reply. Opinions, conclusions and other information in this message that do not relate to the official business of Progression and its associate entities shall be understood as neither given nor endorsed by them. _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (7)
-
Chaman Rathee
-
Markus Klock
-
Mike Stupalov
-
Peter Persson
-
Peter.Hine@familycourt.gov.au
-
Sam Hernandez-gill
-
Tom Laermans