Hi Team
I have doubts about MongoDB , Postgres y MSQL plugins
What are the versions that these plugins supported.?
MSSQL supported SQl Server Express 2017 ?
Regards
Search found 10 matches
- Tue Dec 10, 2019 2:36 pm
- Forum: Nagios XI
- Topic: Doubt Database Plugins supported versions
- Replies: 1
- Views: 114
- Thu Aug 02, 2018 6:18 pm
- Forum: Nagios XI
- Topic: How does NCPA calculate the percentage of cpu?
- Replies: 8
- Views: 880
Re: How does NCPA calculate the percentage of cpu?
Tnks for answer me But I still have doubt I found other commands, but all of them give me different outputs: grep -Ei "cpu\s+" </proc/stat ; sleep 1 ; grep -Ei "cpu\s+" </proc/stat top -b -n1 | grep "Cpu(s)" | awk '{print $2 + $4}' top -b -n2 -d 1 | awk "/^top/{i++...
- Thu Aug 02, 2018 9:33 am
- Forum: Nagios XI
- Topic: How does NCPA calculate the percentage of cpu?
- Replies: 8
- Views: 880
How does NCPA calculate the percentage of cpu?
How does NCPA calculate the percentage of cpu and its cores? Output NCPA: OK: Percent was 10.00 %, 14.00 %, 12.50 %, 29.40 % Because with different value is obtained when we consult the proc/stat whit this command: awk '$1~/cpu[0-9]/{usage=($2+$4)*100/($2+$4+$5); print $1": "usage"%&q...
- Mon Nov 13, 2017 12:08 pm
- Forum: Nagios XI
- Topic: ndoutils doesn't' write into Database
- Replies: 7
- Views: 446
Re: ndoutils doesn't' write into Database
You can move it please
thanks so much
thanks so much
- Thu Nov 09, 2017 3:03 pm
- Forum: Nagios XI
- Topic: ndoutils doesn't' write into Database
- Replies: 7
- Views: 446
Re: ndoutils doesn't' write into Database
Hi Kyang I fix it this problem In this message was my problem Could not bind socket: Address already in use I killed the process delete this file : rm /usr/local/nagios/var/ndo.sock start the service: /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg Thats It all. I have only one serv...
- Wed Nov 08, 2017 6:00 pm
- Forum: Nagios XI
- Topic: ndoutils doesn't' write into Database
- Replies: 7
- Views: 446
Re: ndoutils doesn't' write into Database
Thanks for answer me In this case the problem is in Nagios Core , so I can't send you the profile how Nagios XI make it And this is my ps -ef output: [root@MXAP-ITOCMPVMTY ~]# ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 Sep22 ? 00:00:38 /sbin/init root 2 0 0 Sep22 ? 00:00:00 [kthreadd] root ...
- Wed Nov 08, 2017 10:30 am
- Forum: Nagios XI
- Topic: ndoutils doesn't' write into Database
- Replies: 7
- Views: 446
ndoutils doesn't' write into Database
Hi Team I have a problem with ndoutils , this doesn't write into DB , when I run the next command this don't show me the data: echo 'select * from nagios.nagios_logentries;' | mysql -u ndoutils -p'mpv_mty' But if I run the same command in an other nagios this work, but another credentials Hi Team I ...
- Tue Nov 01, 2016 2:52 pm
- Forum: Open Source Nagios Projects
- Topic: Web service for Front End Nagios
- Replies: 1
- Views: 705
Web service for Front End Nagios
Hi Team
I need create a front end for Nagios Core , but only the part of the Add and remove hosts , exist an web service for can run commands in Nagios
kind regards
I need create a front end for Nagios Core , but only the part of the Add and remove hosts , exist an web service for can run commands in Nagios
kind regards
- Wed Oct 19, 2016 12:23 pm
- Forum: Open Source Nagios Projects
- Topic: Send Generic Macros on SNMP TRAP
- Replies: 3
- Views: 1942
Re: Send Generic Macros on SNMP TRAP
ssax wrote:It should be doable, I have it about 90% done but I need to restore my VM so that it works and I can test it. I will let you know tomorrow the status and hopefully have a solution for you.
Thank you
Hi, exist a new status for this case ?
Kind Regards
- Tue Oct 11, 2016 5:44 pm
- Forum: Open Source Nagios Projects
- Topic: Send Generic Macros on SNMP TRAP
- Replies: 3
- Views: 1942
Send Generic Macros on SNMP TRAP
Hi Can you help me with my case? I need send generic macros through of SNMP TRAP. I will integrate two nagios core with HP OMi , and after that I apply correlation for events of two Nagios but i need to receive SNMP Traps with all macros generic and default of Nagios. At moment only I have default m...