Search found 7 matches
- Thu Jan 18, 2018 11:09 am
- Forum: Nagios XI
- Topic: No Perf Graph Generated
- Replies: 9
- Views: 308
Re: No Perf Graph Generated
@npolovenko Nevermind, I got it sorted out. Now I am having an issue as I get a "no handler for that command" seen on Nagios as an "unknown" error. Any resolution ideas?
- Thu Jan 18, 2018 10:04 am
- Forum: Nagios XI
- Topic: No Perf Graph Generated
- Replies: 9
- Views: 308
Re: No Perf Graph Generated
Can you elaborate on how/why you need to RRD and XML files? Is there anyway to do that on the Nagios UI? Or only on the Nagios admin server?
- Wed Jan 17, 2018 2:47 pm
- Forum: Nagios XI
- Topic: No Perf Graph Generated
- Replies: 9
- Views: 308
Re: No Perf Graph Generated
So, I have a script also running with no spaces in between each BUSID like you mentioned might fix it that generates a graph and is virtually identical to this script. The only difference is how the graphic card is queried (one queries memory, one queries GPU). Nagios is executing both scripts via N...
- Tue Jan 16, 2018 2:07 pm
- Forum: Nagios XI
- Topic: No Perf Graph Generated
- Replies: 9
- Views: 308
Re: No Perf Graph Generated
Output is as followed from the CMD Line: ========================================== OK-4096,166,87,87,87,87,107,87 | Total=4096,BUSID1=166,BUSID2=87,BUSID3=87,BUSID4=87,BUSID5=87,BUSID6=107,BUSID7=87 ========================================== As you can see, it is listing each of the BUSID's with th...
- Tue Jan 16, 2018 9:46 am
- Forum: Nagios XI
- Topic: No Perf Graph Generated
- Replies: 9
- Views: 308
No Perf Graph Generated
Hello, I currently have a script that generates performance data from viz cards. The script is querying and obtaining the data but it is not keeping the data to generate the performance graph. I have a very similar script that does, however, generate the graph. Below is the source code for the scrip...
- Tue Jan 09, 2018 9:33 am
- Forum: Nagios XI
- Topic: Python Plugin Error
- Replies: 3
- Views: 258
Re: Python Plugin Error
So I double checked both the NSC config file, the Nagios command the the script itself. I can run the script from the server in the cmd line. Here is what I have in the NSC file under external scripts: check_nvidia=E:\app\Python27\python.exe scripts\check_nvidia.py And here is what I have in Nagios ...
- Fri Dec 22, 2017 2:58 pm
- Forum: Nagios XI
- Topic: Python Plugin Error
- Replies: 3
- Views: 258
Python Plugin Error
Hello, I am attempting to configure a custom plugin on Nagios and am getting the attached screenshot error. When I attempted to troubleshoot, it seems like some sort of update may need installed on the Nagios box? I’m unsure and a little confused on how to proceed. For reference, my plugin is a py...