Error message mURLin installation
Moderators: Developers, Moderators
Error message mURLin installation
Hello,
Whenever I am trying to install mURLin plugin I am receiving below error message. how to fix it.
Whenever I am trying to install mURLin plugin I am receiving below error message. how to fix it.
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
I don't use this plugin, best to read the readme though.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Error message mURLin installation
Nothing n readme. you can check in github.
anyway, do you have an idea how to monitor website url. site is down? ping delay, download delay and so on.
Regards,
anyway, do you have an idea how to monitor website url. site is down? ping delay, download delay and so on.
Regards,
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
Sure, there is a plugin called webseer that does this pretty well. It's not a parallel check, so it may be limited to only a few hundred websites in it's current form.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Error message mURLin installation
Thanks for note, Actually I tried webseer several time. I noticed it keeps going down by itself. is this a bug? cacti Version 1.2.21
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
Yea, you need to look for errors in the cacti.lo and open a ticket.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Error message mURLin installation
I got below error
2022-08-02 15:40:04 - SYSTEM WARNING: Primary Admin account notifications disabled! Unable to send administrative Email.
2022-08-02 15:40:04 - CMDPHP ERRORS DETECTED - DISABLING PLUGIN 'webseer'
2022-08-02 15:40:04 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2022-08-02 15:40:04 - ERROR PHP ERROR in Plugin 'webseer': Uncaught Error: Call to undefined function curl_init() in /var/www/html/cacti/plugins/webseer/classes/cURL.php:112 Stack trace: #0 /var/www/html/cacti/plugins/webseer/webseer_process.php(153): cURL->get() #1 {main} thrown in file: /var/www/html/cacti/plugins/webseer/classes/cURL.php on line: 112
2022-08-02 15:40:04 - SYSTEM WARNING: Primary Admin account notifications disabled! Unable to send administrative Email.
2022-08-02 15:40:04 - CMDPHP ERRORS DETECTED - DISABLING PLUGIN 'webseer'
2022-08-02 15:40:04 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2022-08-02 15:40:04 - ERROR PHP ERROR in Plugin 'webseer': Uncaught Error: Call to undefined function curl_init() in /var/www/html/cacti/plugins/webseer/classes/cURL.php:112 Stack trace: #0 /var/www/html/cacti/plugins/webseer/webseer_process.php(153): cURL->get() #1 {main} thrown in file: /var/www/html/cacti/plugins/webseer/classes/cURL.php on line: 112
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
You don't have the php-curl module installed. Once you have it installed, the plugin should work.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Error message mURLin installation
same error again even after the installation
2022-08-03 16:10:04 - SYSTEM WARNING: Primary Admin account notifications disabled! Unable to send administrative Email.
2022-08-03 16:10:04 - CMDPHP ERRORS DETECTED - DISABLING PLUGIN 'webseer'
2022-08-03 16:10:04 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2022-08-03 16:10:04 - ERROR PHP ERROR in Plugin 'webseer': Uncaught Error: Call to undefined function curl_init() in /var/www/html/cacti/plugins/webseer/classes/cURL.php:112 Stack trace: #0 /var/www/html/cacti/plugins/webseer/webseer_process.php(153): cURL->get() #1 {main} thrown in file: /var/www/html/cacti/plugins/webseer/classes/cURL.php on line: 112
2022-08-03 16:10:04 - SYSTEM WARNING: Primary Admin account notifications disabled! Unable to send administrative Email.
2022-08-03 16:10:04 - CMDPHP ERRORS DETECTED - DISABLING PLUGIN 'webseer'
2022-08-03 16:10:04 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
2022-08-03 16:10:04 - ERROR PHP ERROR in Plugin 'webseer': Uncaught Error: Call to undefined function curl_init() in /var/www/html/cacti/plugins/webseer/classes/cURL.php:112 Stack trace: #0 /var/www/html/cacti/plugins/webseer/webseer_process.php(153): cURL->get() #1 {main} thrown in file: /var/www/html/cacti/plugins/webseer/classes/cURL.php on line: 112
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
Run the php -m
command and post the output. Likely it's not enabled still. I've heard rumors that Debian is no longer making available. Surprised though. Sad if true.
command and post the output. Likely it's not enabled still. I've heard rumors that Debian is no longer making available. Surprised though. Sad if true.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Error message mURLin installation
below is the output:
[PHP Modules]
calendar
Core
ctype
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
ldap
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
snmp
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
[PHP Modules]
calendar
Core
ctype
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
ldap
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
snmp
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
Yea, note no curl. Could be that it's installed but disabled in one of the php.conf.d directories or in the various ini files.
How did you install it? Is this Umbuntu or Debian?
How did you install it? Is this Umbuntu or Debian?
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Error message mURLin installation
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: Error message mURLin installation
ubuntu-20.04.3
I followed the steps as in this url : https://www.geeksforgeeks.org/how-to-in ... in-ubuntu/
I followed the steps as in this url : https://www.geeksforgeeks.org/how-to-in ... in-ubuntu/
Re: Error message mURLin installation
Now it is there
[PHP Modules]
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
I installed for version 7.4
sudo apt-get install php7.4-curl
will monitor and see.
[PHP Modules]
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
I installed for version 7.4
sudo apt-get install php7.4-curl
will monitor and see.
Who is online
Users browsing this forum: No registered users and 0 guests